File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
experimental : [false]
23
23
features : ["", "missing-pixi-permitted"]
24
24
include :
25
- - os : ubuntu-20 .04
25
+ - os : ubuntu-22 .04
26
26
rust : nightly
27
27
release : false
28
28
experimental : false
@@ -76,14 +76,14 @@ jobs:
76
76
# https://github.com/mozilla/mp4parse-rust/pull/210#issuecomment-597420191
77
77
- name : Install cargo-fuzz
78
78
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' }}
80
80
81
81
- name : Build fuzzer
82
82
working-directory : mp4parse_capi
83
83
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' }}
85
85
86
86
- name : Clippy fuzzer
87
87
working-directory : mp4parse_capi/fuzz
88
88
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' }}
You can’t perform that action at this time.
0 commit comments