Skip to content

Commit 2f63cd1

Browse files
committed
WIP
1 parent 11c3562 commit 2f63cd1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
# - visionOS
3030
swift:
3131
- "6.0"
32-
- "6.1"
32+
# - "6.1"
3333
include:
3434
- swift: "6.0"
3535
os: macos-15
36-
- swift: "6.1"
37-
os: macos-15
36+
# - swift: "6.1"
37+
# os: macos-15
3838
- action: test
3939
# - platform: tvOS
4040
# action: build
@@ -47,7 +47,7 @@ jobs:
4747
swift: ~${{ matrix.swift }}
4848
platform: ${{ matrix.platform }}
4949
action: ${{ matrix.action }}
50-
verbosity: xcbeautify
50+
# verbosity: xcbeautify
5151
linux:
5252
name: Linux (Swift ${{ matrix.swift }})
5353
runs-on: ubuntu-latest
@@ -61,4 +61,4 @@ jobs:
6161
image: swift:${{ matrix.swift }}
6262
steps:
6363
- uses: actions/checkout@v4
64-
- run: swift test --parallel --sanitize=thread -Xswiftc -warnings-as-errors
64+
- run: swift test

0 commit comments

Comments
 (0)