Skip to content

Commit

Permalink
[#18] Updated CI Config to Xcode 12.2 / macOS Big Sur (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovmanshin authored Nov 16, 2020
1 parent 9a09822 commit 89c2322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on: [pull_request, push]
jobs:
test:

runs-on: macos-latest
runs-on: macos-11.0

steps:
- uses: actions/checkout@v2
- name: Select Xcode version
run: sudo xcode-select -switch /Applications/Xcode_12.app
run: sudo xcode-select -switch /Applications/Xcode_12.2.app
- name: Run tests
run: swift test -v

0 comments on commit 89c2322

Please sign in to comment.