ci(code-quality): run coverage on ubuntu 24.04

This commit is contained in:
Carson M.
2024-10-18 13:33:08 -05:00
parent a779c3b1bd
commit 74fb47d0bf

View File

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