Skip to content

Commit

Permalink
Update ci image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BoehmDo committed Jul 23, 2024
1 parent 0763859 commit 3c554d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:

tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
path: /tmp/feasibilityBackend.tar

security-scan:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

integration-test:
needs: tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- tests
- integration-test
- security-scan
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 3c554d2

Please sign in to comment.