From 6c3b34ee6ed6570f6fe3d052d4751edb39b33460 Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Mon, 17 Jun 2024 17:27:52 -0600 Subject: [PATCH] ci: Update runner to Ubuntu 24.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 efc4abd..0d7e73c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: