Skip to content

Commit 67f54d6

Browse files
committed
trying again
1 parent 2720993 commit 67f54d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/swift.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ jobs:
5151

5252
build_and_test_spm_linux:
5353
needs: cancel_previous
54-
runs-on: ubuntu-24.04
54+
runs-on: ubuntu-latest
5555
steps:
5656
- uses: sersoft-gmbh/swifty-linux-action@v3
5757
with:
58+
platform: ubuntu-24.04
5859
release-version: "5.9.2"
5960
github-token: ${{secrets.GITHUB_TOKEN}}
6061
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)