ci: Update to Ubuntu 22.04
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Jeremy Soller
parent
d687df482a
commit
c3267fc4ad
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -6,7 +6,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Check SPDX identifiers
|
- name: Check SPDX identifiers
|
||||||
@ -25,7 +25,7 @@ jobs:
|
|||||||
- features:
|
- features:
|
||||||
- features: --no-default-features --features="redox_hwio"
|
- features: --no-default-features --features="redox_hwio"
|
||||||
|
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
@ -36,7 +36,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-20.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
# TODO: Generate matrix from directory?
|
# TODO: Generate matrix from directory?
|
||||||
|
Reference in New Issue
Block a user