Skip to content

Commit b5c0ed8

Browse files
chore(deps): update dependency ubuntu to v24
1 parent 0b74316 commit b5c0ed8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rav1e.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
rustfmt-clippy:
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -30,7 +30,7 @@ jobs:
3030
args: -- -D warnings
3131

3232
msrv:
33-
runs-on: ubuntu-22.04
33+
runs-on: ubuntu-24.04
3434

3535
env:
3636
CARGO_INCREMENTAL: 0
@@ -72,7 +72,7 @@ jobs:
7272
--no-default-features
7373
7474
wasi:
75-
runs-on: ubuntu-22.04
75+
runs-on: ubuntu-24.04
7676
needs: [rustfmt-clippy, msrv]
7777

7878
env:
@@ -152,7 +152,7 @@ jobs:
152152
SCCACHE_DIR: /home/runner/.cache/sccache
153153
SCCACHE_IDLE_TIMEOUT: 0
154154

155-
runs-on: ubuntu-22.04
155+
runs-on: ubuntu-24.04
156156
needs: [rustfmt-clippy, msrv]
157157

158158
steps:

0 commit comments

Comments
 (0)