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 127b814 commit 5770046Copy full SHA for 5770046
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v2
15
16
- name: Select Xcode version
17
- run: sudo xcode-select --switch /Applications/Xcode_14.1.app
+ run: sudo xcode-select --switch /Applications/Xcode_16.2.app
18
19
- name: Build
20
run: |
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
- name: Checkout
21
22
23
- name: Build and test
24
run: swift test --enable-code-coverage --disable-automatic-resolution
25
shell: bash
0 commit comments