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 4c5bc54 commit eb7221e
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 @@ -5,7 +5,7 @@ on: [push, pull_request]

jobs:
verify:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: debian:bookworm
steps:
- uses: actions/checkout@v4
Expand All @@ -17,7 +17,7 @@ jobs:
run: |
make verify
lint:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
container: debian:bookworm
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eb7221e

Please sign in to comment.