summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2022-04-19 15:25:17 -0400
committerJoel Fischer <joeljfischer@gmail.com>2022-04-19 15:25:17 -0400
commit5b0fd0301d915a3ac01430026f7f8f1225bee7ac (patch)
tree0fcd3159506297fecb80f1d005ab074e7d3f8807 /.github
parent224ed9810a5964fcd72da53c79d66b662a65136c (diff)
downloadsdl_ios-5b0fd0301d915a3ac01430026f7f8f1225bee7ac.tar.gz
Use latest Xcode on CI?
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 ef8646e42..30f87f5b1 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/Contents/Developer
+ run: sudo xcode-select -switch /Applications/Xcode.app
- name: Build
run: set -o pipefail && xcodebuild -scheme "${{ matrix.scheme }}" -destination "$DESTINATION" build | xcpretty --color --simple
@@ -46,7 +46,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.app
- name: Checkout repository
uses: actions/checkout@v2.3.1