We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7be9bf commit 33127b8Copy full SHA for 33127b8
1 file changed
.github/workflows/test.yml
@@ -4,16 +4,15 @@ on:
4
push: { branches: [ main ] }
5
6
jobs:
7
- # Disabled because `latest` is only XCode 16.2 which has Swift 6.0.3
8
- # macos-test:
9
- # runs-on: macos-latest
10
- # steps:
11
- # - uses: maxim-lobanov/setup-xcode@v1
12
- # with:
13
- # xcode-version: latest
14
- # - uses: actions/checkout@v4
15
- # - name: Darwin build & test
16
- # run: swift test --enable-all-traits --skip IntegrationTests
+ 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
+ run: swift test --enable-all-traits --skip IntegrationTests
17
linux-test:
18
runs-on: ubuntu-latest
19
container:
0 commit comments