mirror of https://github.com/mamba-org/mamba.git
ci: Use `ubuntu-22.04` for code coverage workflow
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
4185322d51
commit
d8d1f3ba0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue