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: