Skip to content

Commit

Permalink
github: bump ubuntu runner images to 24.04
Browse files Browse the repository at this point in the history
Pinning the runner images to a release prevents unexpected breakages
when a new LTS is released. We follow the releases, so let's keep this
a manual step.

Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Sep 30, 2024
1 parent a3501a2 commit b762cc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Install system dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unit-tests-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
docker:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
continue-on-error: false
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b762cc9

Please sign in to comment.