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 d50ae6a commit a7be9bfCopy full SHA for a7be9bf
.github/workflows/test.yml
@@ -4,15 +4,16 @@ on:
4
push: { branches: [ main ] }
5
6
jobs:
7
- macos-test:
8
- runs-on: macos-latest
9
- steps:
10
- - uses: maxim-lobanov/setup-xcode@v1
11
- with:
12
- xcode-version: latest
13
- - uses: actions/checkout@v4
14
- - name: Darwin build & test
15
- run: swift test --enable-all-traits --skip IntegrationTests
+ # Disabled because `latest` is only XCode 16.2 which has Swift 6.0.3
+ # macos-test:
+ # runs-on: macos-latest
+ # steps:
+ # - uses: maxim-lobanov/setup-xcode@v1
+ # with:
+ # xcode-version: latest
+ # - uses: actions/checkout@v4
+ # - name: Darwin build & test
16
+ # run: swift test --enable-all-traits --skip IntegrationTests
17
linux-test:
18
runs-on: ubuntu-latest
19
container:
0 commit comments