ci: Update runner to Ubuntu 24.04
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
3d09a0b546
commit
6c3b34ee6e
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
boards: ${{ steps.board-matrix.outputs.boards }}
|
boards: ${{ steps.board-matrix.outputs.boards }}
|
||||||
steps:
|
steps:
|
||||||
@ -35,7 +35,7 @@ jobs:
|
|||||||
- features:
|
- features:
|
||||||
- features: --no-default-features --features="redox_hwio"
|
- features: --no-default-features --features="redox_hwio"
|
||||||
|
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@ -46,7 +46,7 @@ jobs:
|
|||||||
run: cargo build ${{ matrix.features }} --release --manifest-path tool/Cargo.toml
|
run: cargo build ${{ matrix.features }} --release --manifest-path tool/Cargo.toml
|
||||||
|
|
||||||
ec:
|
ec:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
needs: lint
|
needs: lint
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
Reference in New Issue
Block a user