From c3267fc4ade434a2b579109ec1a96955bc30b942 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Fri, 6 Jan 2023 13:47:21 -0700 Subject: [PATCH] ci: Update to Ubuntu 22.04 Signed-off-by: Tim Crawford --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fbb3daf..d5ed6f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: lint: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - name: Check SPDX identifiers @@ -25,7 +25,7 @@ jobs: - features: - features: --no-default-features --features="redox_hwio" - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 @@ -36,7 +36,7 @@ jobs: run: cargo build ${{ matrix.features }} --release --manifest-path tool/Cargo.toml ec: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: # TODO: Generate matrix from directory?