Skip to content

Commit

Permalink
Swift: use ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo Tranquilli committed Oct 30, 2024
1 parent 3877eb8 commit 66e43c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ jobs:
- uses: ./swift/actions/build-and-test
build-and-test-linux:
if: github.repository_owner == 'github'
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./swift/actions/build-and-test
qltests-linux:
if: github.repository_owner == 'github'
needs: build-and-test-linux
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: ./swift/actions/run-ql-tests
Expand Down

0 comments on commit 66e43c4

Please sign in to comment.