summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-01 14:38:12 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-01 14:38:12 -0400
commitafc1e62aaff31613bedd8b6ae4911e33c049b8bf (patch)
treeff87351e180bd3d9ae4ee37332038fe364ae0671 /.github
parenta0b24fc90cb764dea434220d8c996c9bac987ea4 (diff)
downloadsdl_ios-afc1e62aaff31613bedd8b6ae4911e33c049b8bf.tar.gz
Fix xcode version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 0cb1567f6..21cc7fa7c 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
# Select the Xcode version (the platform/simulator/OS available for testing depend on the Xcode version)
- name: Select Xcode version
- run: sudo xcode-select -switch /Applications/Xcode_12.0.app
+ run: sudo xcode-select -switch /Applications/Xcode_12.0.0.app
- name: Build
run: set -o pipefail && xcodebuild -scheme "${{ matrix.scheme }}" -destination "$DESTINATION" build | xcpretty --color --simple
@@ -64,7 +64,7 @@ jobs:
# Select the Xcode version (the platform/simulator/OS available for testing depend on the Xcode version)
- name: Select Xcode version
- run: sudo xcode-select -switch /Applications/Xcode_12.0.app
+ run: sudo xcode-select -switch /Applications/Xcode_12.0.0.app
# Split build into build-only and test-only as it is faster than building and running in one step
- name: Building unit tests