From e91fb03b3704274d2c86c4447ff8f952e242ecdb Mon Sep 17 00:00:00 2001 From: Nils Homer Date: Wed, 4 Dec 2024 10:45:59 -0700 Subject: [PATCH] ci: migrate ubuntu-latest to ubuntu-24.04 --- .github/workflows/build_and_test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index afe7899..dfee8b3 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