summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ios.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml
index 412ac815b..b431ab08a 100644
--- a/.github/workflows/ios.yml
+++ b/.github/workflows/ios.yml
@@ -9,8 +9,10 @@ on:
jobs:
mobileBuild:
- runs-on: macOS-latest
+ runs-on: macOS-10.15
steps:
+ - name: switch to Xcode 11
+ run: sudo xcode-select -s "/Applications/Xcode_11.7.app"
- name: checkout sources
uses: actions/checkout@v1
- name: setup Homebrew