Skip to content

Commit

Permalink
Update GitHub runner to ubuntu-24.04
Browse files Browse the repository at this point in the history
The ubuntu-20.04 runner image won't be supported
anymore, so it should be replaced by a newer
more stable version (ubuntu-24.04).

Signed-off-by: Carla Martinez <[email protected]>
  • Loading branch information
carma12 committed Jan 10, 2025
1 parent a7b17d0 commit c8a4ee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
audit-and-build:
name: Audit and build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container:
image: fedora:latest

Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
unit-tests:
name: Unit tests
needs: audit-and-build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4

Expand All @@ -75,7 +75,7 @@ jobs:
integration-tests:
name: Integration tests
needs: audit-and-build
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit c8a4ee3

Please sign in to comment.