Skip to content

Commit eb22aaa

Browse files
committed
Disable mac tests
Need to work out how to select a newer version of Xcode to use Swift 6.1
1 parent d3084ab commit eb22aaa

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
- name: Test
2727
run: swift test -v
2828

29-
macos:
30-
name: macOS
31-
runs-on: macos-15
32-
steps:
33-
- name: Checkout
34-
uses: actions/checkout@v4
35-
- name: Swift Version
36-
run: swift --version
37-
- name: Build
38-
run: swift build -v
39-
- name: Test
40-
run: swift test -v
29+
# macos:
30+
# name: macOS
31+
# runs-on: macos-15
32+
# steps:
33+
# - name: Checkout
34+
# uses: actions/checkout@v4
35+
# - name: Swift Version
36+
# run: swift --version
37+
# - name: Build
38+
# run: swift build -v
39+
# - name: Test
40+
# run: swift test -v

0 commit comments

Comments
 (0)