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:
|
||||
lint:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
outputs:
|
||||
boards: ${{ steps.board-matrix.outputs.boards }}
|
||||
steps:
|
||||
@ -35,7 +35,7 @@ jobs:
|
||||
- features:
|
||||
- features: --no-default-features --features="redox_hwio"
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
run: cargo build ${{ matrix.features }} --release --manifest-path tool/Cargo.toml
|
||||
|
||||
ec:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
needs: lint
|
||||
strategy:
|
||||
matrix:
|
||||
|
Reference in New Issue
Block a user