From 4c9683e8f946a69f31399fedd4185b7b6786e680 Mon Sep 17 00:00:00 2001 From: Blair Noctis Date: Thu, 12 Dec 2024 04:31:04 +0000 Subject: [PATCH] build: use ubuntu-24.04 for build-docker job, needed for MSRV 1.80 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b48a0a9f..69fa09f47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - run: cargo clippy --workspace --all-features --target ${{ matrix.target }} --tests -- -Dwarnings build-docker: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 @@ -215,4 +215,4 @@ jobs: - name: check msrv for trippy-dns run: cargo msrv verify --output-format json --manifest-path crates/trippy-dns/Cargo.toml -- cargo check - name: check msrv for trippy-privilege - run: cargo msrv verify --output-format json --manifest-path crates/trippy-privilege/Cargo.toml -- cargo check \ No newline at end of file + run: cargo msrv verify --output-format json --manifest-path crates/trippy-privilege/Cargo.toml -- cargo check