Skip to content

Commit a7be9bf

Browse files
CI: Disable macOS CI
1 parent d50ae6a commit a7be9bf

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ on:
44
push: { branches: [ main ] }
55

66
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
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
1617
linux-test:
1718
runs-on: ubuntu-latest
1819
container:

0 commit comments

Comments
 (0)