summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-20 10:53:46 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-20 10:53:46 -0400
commit3e222d81a0a8946b74ebd950fd53d80f4881ec3f (patch)
treead954fdde25a25d4d1a2e3c1493fee5a568c8863 /.github
parent599f9c1bb2d283e6a0cc4a18eb13342f19c2c337 (diff)
downloadsdl_ios-3e222d81a0a8946b74ebd950fd53d80f4881ec3f.tar.gz
Fix missing xcode version
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 97f5ca6ac..ea2771f85 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.0.app
+ run: sudo xcode-select -switch /Applications/Xcode_12.0.1.app
- name: Build
run: set -o pipefail && xcodebuild -scheme "${{ matrix.scheme }}" -destination "$DESTINATION" build | xcpretty --color --simple