diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9b3e41b..46336477 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: make test_passthrough ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 env: RUSTFLAGS: --deny warnings @@ -155,7 +155,7 @@ jobs: run: INTERACTIVE="" make pre test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 120 strategy: matrix: