Skip to content

Commit

Permalink
Use Xcode 13.2 on GitHub Actions hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Nov 22, 2021
1 parent 7382291 commit 63d044f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
shell: bash
run: |
set -ex
sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer/
sudo xcode-select --switch /Applications/Xcode_13.2.app/Contents/Developer/
# avoid building unrelated products for testing by specifying the test product explicitly
swift build --product TokamakPackageTests
`xcrun --find xctest` .build/debug/TokamakPackageTests.xctest ||
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
shell: bash
run: |
set -ex
sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer/
sudo xcode-select --switch /Applications/Xcode_13.2.app/Contents/Developer/
brew install gtk+3
Expand Down

0 comments on commit 63d044f

Please sign in to comment.