From 80587239dea218a2431dba757939b12e93458e8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:39:55 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v24 --- .github/workflows/rav1e.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rav1e.yml b/.github/workflows/rav1e.yml index d533c69374..9c6b3171bc 100644 --- a/.github/workflows/rav1e.yml +++ b/.github/workflows/rav1e.yml @@ -12,7 +12,7 @@ on: jobs: rustfmt-clippy: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 @@ -30,7 +30,7 @@ jobs: args: -- -D warnings msrv: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: CARGO_INCREMENTAL: 0 @@ -72,7 +72,7 @@ jobs: --no-default-features wasi: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [rustfmt-clippy, msrv] env: @@ -152,7 +152,7 @@ jobs: SCCACHE_DIR: /home/runner/.cache/sccache SCCACHE_IDLE_TIMEOUT: 0 - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [rustfmt-clippy, msrv] steps: