mirror of
https://github.com/pykeio/ort
synced 2026-04-25 16:34:55 +02:00
ci(code-quality): run coverage on ubuntu 24.04
This commit is contained in:
4
.github/workflows/code-quality.yml
vendored
4
.github/workflows/code-quality.yml
vendored
@@ -35,7 +35,7 @@ env:
|
||||
jobs:
|
||||
lint-and-fmt:
|
||||
name: Lint & format
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.event.pull_request.draft == false
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
@@ -50,7 +50,7 @@ jobs:
|
||||
run: cargo clippy -p ort --all-targets --workspace --features fetch-models
|
||||
coverage:
|
||||
name: Code coverage
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
if: github.event.pull_request.draft == false
|
||||
steps:
|
||||
- name: Checkout sources
|
||||
|
||||
Reference in New Issue
Block a user