Skip to content

Commit 9be4d24

Browse files
committed
CI: try to fix the tests in the macOS runner
1 parent a27c084 commit 9be4d24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: swift-actions/setup-swift@v2
18+
if: matrix.os == 'ubuntu-latest'
1819
with:
1920
swift-version: ${{ matrix.swift }}
21+
- name: Show Swift version
22+
run: swift --version
2023
- uses: actions/checkout@v3
2124
- name: Build
2225
run: swift build

0 commit comments

Comments
 (0)