Skip to content

Commit

Permalink
Use ubuntu 24.04 github runner
Browse files Browse the repository at this point in the history
Should have additional compiler warnings
  • Loading branch information
mkj committed Aug 23, 2024
1 parent 2674736 commit d926c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master
jobs:
build:
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
strategy:
matrix:
# XXX uncomment the line below to work with act, see https://github.com/nektos/act/issues/996
Expand Down

0 comments on commit d926c14

Please sign in to comment.