We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7da34 commit 9419cd8Copy full SHA for 9419cd8
1 file changed
.github/workflows/swift.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4.2.2
10
- uses: maxim-lobanov/setup-xcode@v1.6.0
11
with:
12
- xcode-version: latest-stable
+ xcode-version: '16.4.0'
13
- name: Run tests
14
run: swift test --enable-code-coverage
15
- name: Generate coverage report
0 commit comments