Skip to content

Commit

Permalink
ci: use ubuntu-24.04 image for coverity as well
Browse files Browse the repository at this point in the history
This will be used until the roll-out is completed in the following
issue:

Bug: actions/runner-images#10636
  • Loading branch information
navi-desu committed Nov 2, 2024
1 parent 15e5d19 commit d80792c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
coverity:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update -q
Expand Down

0 comments on commit d80792c

Please sign in to comment.