diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 07f49c7..2824221 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -8,7 +8,7 @@ env: jobs: check: name: Check - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout sources uses: actions/checkout@v2 @@ -30,7 +30,7 @@ jobs: lints: name: Lints - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - name: Checkout sources uses: actions/checkout@v2 @@ -79,4 +79,4 @@ jobs: uses: Swatinem/rust-cache@v1 - name: Run tests - run: cargo test --verbose \ No newline at end of file + run: cargo test --verbose