ci: Use `ubuntu-22.04` for code coverage workflow

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2025-07-29 10:34:36 +02:00
parent 4185322d51
commit d8d1f3ba0d
No known key found for this signature in database
GPG Key ID: 56B690A97C2E35B8
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ defaults:
jobs:
coverage:
name: Code Coverage
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout mamba repository
uses: actions/checkout@v4