Skip to content

Commit 66e43c4

Browse files
author
Paolo Tranquilli
committed
Swift: use ubuntu 22.04
1 parent 3877eb8 commit 66e43c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swift.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ jobs:
5050
- uses: ./swift/actions/build-and-test
5151
build-and-test-linux:
5252
if: github.repository_owner == 'github'
53-
runs-on: ubuntu-24.04
53+
runs-on: ubuntu-22.04
5454
steps:
5555
- uses: actions/checkout@v4
5656
- uses: ./swift/actions/build-and-test
5757
qltests-linux:
5858
if: github.repository_owner == 'github'
5959
needs: build-and-test-linux
60-
runs-on: ubuntu-24.04
60+
runs-on: ubuntu-22.04
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: ./swift/actions/run-ql-tests

0 commit comments

Comments
 (0)