Skip to content

Commit 65e2d33

Browse files
PJ FechnerPJ Fechner
authored andcommitted
Test
1 parent 66d5679 commit 65e2d33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/multiplatform-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
ubuntu-swift-test:
4848
name: latest Ubuntu swift tests
4949
runs-on: ubuntu-latest
50-
container:
51-
image: swift:latest
5250
steps:
5351
- uses: actions/checkout@v4
52+
with:
53+
swift-version: 6.0.3
5454
- name: Build
5555
run: swift build -v
5656
- name: Run swift tests

0 commit comments

Comments
 (0)