Skip to content

Commit ad406bd

Browse files
committed
wip
1 parent 91985fb commit ad406bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
- run: swift build -Xswiftc -warnings-as-errors -Xswiftc -swift-version -Xswiftc 4.2
4747
if: ${{ matrix.swift < 6 && matrix.swift >= 4.2 }}
4848
- run: swift test --enable-code-coverage --parallel
49-
if: ${{ matrix.swift >= 4.2 }}
49+
if: ${{ matrix.swift > 4.2 }}
5050
- run: swift test --parallel
51-
if: ${{ matrix.swift < 4.2 }}
51+
if: ${{ matrix.swift <= 4.2 }}
5252

5353
- name: Generate Coverage Report
5454
if: ${{ matrix.swift < 5.4 }} # fails for SOME REASON
@@ -78,6 +78,7 @@ jobs:
7878
- iOS
7979
# - mac-catalyst
8080
# - visionOS
81+
# ^^ both are unavailable in the github-hosted runners
8182
steps:
8283
- uses: actions/checkout@v4
8384
- uses: mxcl/xcodebuild@v3

0 commit comments

Comments
 (0)