diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b48a0a9..69fa09f4 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