diff options
author | Joel Fischer <joeljfischer@gmail.com> | 2022-04-19 15:30:25 -0400 |
---|---|---|
committer | Joel Fischer <joeljfischer@gmail.com> | 2022-04-19 15:30:25 -0400 |
commit | 77576c9a3b4019d96d74f2858f96c189bef60123 (patch) | |
tree | efad8218596bda97d4ac074b01efa38f6a5c49c5 /.github | |
parent | 0d0acacae832ae7e6c4872c3898b0764787fa0c8 (diff) | |
download | sdl_ios-77576c9a3b4019d96d74f2858f96c189bef60123.tar.gz |
Fix Xcode name
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27326f4e6..806ee2d2d 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.2.app + run: sudo xcode-select -switch /Applications/Xcode_13.2.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.2.app + run: sudo xcode-select -switch /Applications/Xcode_13.2.app - name: Checkout repository uses: actions/checkout@v2.3.1 |