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 afbb040 commit 9ce18fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
if-no-files-found: error

reproducible:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: debian:bookworm
needs:
- build
Expand Down

0 comments on commit 9ce18fb

Please sign in to comment.