We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b74316 commit b5c0ed8Copy full SHA for b5c0ed8
.github/workflows/rav1e.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
rustfmt-clippy:
15
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
16
17
steps:
18
- uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
30
args: -- -D warnings
31
32
msrv:
33
34
35
env:
36
CARGO_INCREMENTAL: 0
@@ -72,7 +72,7 @@ jobs:
72
--no-default-features
73
74
wasi:
75
76
needs: [rustfmt-clippy, msrv]
77
78
@@ -152,7 +152,7 @@ jobs:
152
SCCACHE_DIR: /home/runner/.cache/sccache
153
SCCACHE_IDLE_TIMEOUT: 0
154
155
156
157
158
0 commit comments