Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 0b74316 commit b5c0ed8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
rustfmt-clippy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -30,7 +30,7 @@ jobs:
args: -- -D warnings

msrv:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

env:
CARGO_INCREMENTAL: 0
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
--no-default-features
wasi:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: [rustfmt-clippy, msrv]

env:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit b5c0ed8

Please sign in to comment.