Skip to content

Commit d4ea0e4

Browse files
authored
Github Actions: Revert CI to Xcode 11.7 after automatic update
On October 20th, 2020, the default Xcode version of GitHub Actions was switched from 11.7 to 12.0.1, breaking the CI. See actions/runner-images#1712 The macOS version is also fixed to avoid similar issues in the future (latest = 10.15 right now)
1 parent cc2f757 commit d4ea0e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
build:
8-
runs-on: macOS-latest
8+
runs-on: macos-10.15
99
steps:
1010
- name: Checkout
1111
uses: actions/checkout@v2
@@ -15,7 +15,9 @@ jobs:
1515
run: ./tools/scripts/ci/030_cibuild
1616
- name: CItest-iphone11
1717
run: |
18+
sudo xcode-select -s /Applications/Xcode_11.7.app
1819
xcodebuild clean test \
20+
-version \
1921
-project EN.xcodeproj \
2022
-scheme ENCore \
2123
-destination "platform=iOS Simulator,OS=latest,name=iPhone 11" \

0 commit comments

Comments
 (0)