Use latest macOS and Xcode on CI (#308)

* Use latest macOS and Xcode on CI

* Update ci.yml
This commit is contained in:
Max Desiatov 2020-11-27 14:17:45 +00:00 committed by GitHub
parent b26eb71f3e
commit c754b313ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ jobs:
shell-action: carton bundle --product TokamakDemo
macos_build:
runs-on: macos-10.15
runs-on: macos-11.0
steps:
- uses: actions/checkout@v2
@ -24,7 +24,7 @@ jobs:
shell: bash
run: |
set -ex
sudo xcode-select --switch /Applications/Xcode_12.1.app/Contents/Developer/
sudo xcode-select --switch /Applications/Xcode_12.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