Skip to content

Commit

Permalink
Update github actions to use ubuntu 24
Browse files Browse the repository at this point in the history
  • Loading branch information
enpaul committed Dec 5, 2024
1 parent b2edd0e commit 38d08ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [merge_group, push, pull_request]

jobs:
checks:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: debian:bookworm
steps:
- name: Bootstrap Debian system package dependencies
Expand All @@ -29,7 +29,7 @@ jobs:
make test
checksums:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: debian:bookworm
steps:
- name: Bootstrap Debian system package dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reprotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
reprotest:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: debian:bookworm
steps:
- name: Bootstrap Debian system package dependencies
Expand Down

0 comments on commit 38d08ec

Please sign in to comment.