We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6690d2 commit 4073626Copy full SHA for 4073626
.github/workflows/ci.yml
@@ -2,10 +2,10 @@ name: CI
2
on: [push, pull_request]
3
jobs:
4
test:
5
- runs-on: macOS-10.15
+ runs-on: macOS-11
6
steps:
7
- uses: actions/checkout@v3
8
- name: Run tests
9
env:
10
- DEVELOPER_DIR: /Applications/Xcode_12.3.app
+ DEVELOPER_DIR: /Applications/Xcode_13.2.1.app
11
run: swift test
0 commit comments