Skip to content

Commit 99ece99

Browse files
committed
CI: Update Ubuntu runner 20.04 -> 22.04 (missed bits).
1 parent 999dcfe commit 99ece99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
experimental: [false]
2323
features: ["", "missing-pixi-permitted"]
2424
include:
25-
- os: ubuntu-20.04
25+
- os: ubuntu-22.04
2626
rust: nightly
2727
release: false
2828
experimental: false
@@ -76,14 +76,14 @@ jobs:
7676
# https://github.com/mozilla/mp4parse-rust/pull/210#issuecomment-597420191
7777
- name: Install cargo-fuzz
7878
run: rustup run ${{ matrix.rust }} cargo install cargo-fuzz
79-
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.rust == 'nightly' }}
79+
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.rust == 'nightly' }}
8080

8181
- name: Build fuzzer
8282
working-directory: mp4parse_capi
8383
run: rustup run ${{ matrix.rust }} cargo fuzz build
84-
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.rust == 'nightly' }}
84+
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.rust == 'nightly' }}
8585

8686
- name: Clippy fuzzer
8787
working-directory: mp4parse_capi/fuzz
8888
run: rustup run ${{ matrix.rust }} cargo clippy -- -D warnings
89-
if: ${{ matrix.os == 'ubuntu-20.04' && matrix.rust == 'nightly' }}
89+
if: ${{ matrix.os == 'ubuntu-22.04' && matrix.rust == 'nightly' }}

0 commit comments

Comments
 (0)