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:
Anna (navi) Figueiredo Gomes 2024-11-02 17:45:37 +01:00
parent 15e5d19177
commit d80792c421

View File

@ -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