Skip to content

Commit

Permalink
build: use ubuntu-24.04 for build-docker job, needed for MSRV 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
nc7s committed Dec 12, 2024
1 parent 624d269 commit babd6d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
run: cargo msrv verify --output-format json --manifest-path crates/trippy-privilege/Cargo.toml -- cargo check

0 comments on commit babd6d2

Please sign in to comment.