mirror of
https://github.com/OpenRC/openrc.git
synced 2024-11-23 01:43:37 +08:00
ci: use ubuntu-24.04 image for coverity as well
This will be used until the roll-out is completed in the following issue: Bug: https://github.com/actions/runner-images/issues/10636
This commit is contained in:
parent
15e5d19177
commit
d80792c421
2
.github/workflows/coverity.yml
vendored
2
.github/workflows/coverity.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user