summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-04-19 15:17:45 -0400
committerJoel Fischer <joeljfischer@gmail.com>2022-04-19 15:17:45 -0400
commit224ed9810a5964fcd72da53c79d66b662a65136c (patch)
tree176032f901fd2a25e0a77c11aaa9dd8cb36e9689 /.github
parent5f16d70acd962ee2abf1d8eb077b6e4504eca67f (diff)
downloadsdl_ios-224ed9810a5964fcd72da53c79d66b662a65136c.tar.gz
Maybe fix CI on Xcode
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 1eca89ce2..ef8646e42 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_13.3.app
+ run: sudo xcode-select -switch /Applications/Xcode_13.3.app/Contents/Developer
- name: Build
run: set -o pipefail && xcodebuild -scheme "${{ matrix.scheme }}" -destination "$DESTINATION" build | xcpretty --color --simple