summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2020-10-26 15:21:53 -0400
committerJoel Fischer <joeljfischer@gmail.com>2020-10-26 15:21:53 -0400
commit3b0a460862e218643ed2b9a281e296f3ed9f7ca9 (patch)
tree0b527c082c1d6f12b65ec31812acc775b40b9deb /.github
parent21fac926a0e7de618753b73fa880daec581fe516 (diff)
downloadsdl_ios-3b0a460862e218643ed2b9a281e296f3ed9f7ca9.tar.gz
Update 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 ea2771f85..4154a8c32 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.1.app
+ run: sudo xcode-select -switch /Applications/Xcode_12.1.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_12.0.0.app
+ run: sudo xcode-select -switch /Applications/Xcode_12.1.app
- name: Checkout repository
uses: actions/checkout@v2.3.1