Skip to content

Commit 4d96229

Browse files
committed
Bump minimum rust version to 1.43.1
1 parent d9ee06a commit 4d96229

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/rav1e.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
conf:
5151
- beta-build
52-
- 1.36.0-tests
52+
- 1.43.1-tests
5353
- aom-tests
5454
- dav1d-tests
5555
- grcov-coveralls
@@ -62,8 +62,8 @@ jobs:
6262
include:
6363
- conf: beta-build
6464
toolchain: beta
65-
- conf: 1.36.0-tests
66-
toolchain: 1.36.0
65+
- conf: 1.43.1-tests
66+
toolchain: 1.43.1
6767
- conf: aom-tests
6868
toolchain: stable
6969
- conf: dav1d-tests
@@ -115,7 +115,7 @@ jobs:
115115
echo "$NASM_SHA256 nasm_${NASM_VERSION}_amd64.deb" >> CHECKSUMS
116116
- name: Add aom
117117
if: >
118-
matrix.conf == '1.36.0-tests' || matrix.conf == 'aom-tests' ||
118+
matrix.conf == '1.43.1-tests' || matrix.conf == 'aom-tests' ||
119119
matrix.conf == 'grcov-coveralls'
120120
env:
121121
LINK: http://ppa.launchpad.net/jonathonf/ffmpeg-4/ubuntu/pool/main/a/aom
@@ -131,7 +131,7 @@ jobs:
131131
echo "$AOM_LIB_SHA256 libaom0_${AOM_VERSION}_amd64.deb" >> CHECKSUMS
132132
- name: Add dav1d
133133
if: >
134-
matrix.conf == '1.36.0-tests' || matrix.conf == 'dav1d-tests' ||
134+
matrix.conf == '1.43.1-tests' || matrix.conf == 'dav1d-tests' ||
135135
matrix.conf == 'grcov-coveralls' || matrix.conf == 'fuzz'
136136
env:
137137
LINK: http://www.deb-multimedia.org/pool/main/d/dav1d-dmo
@@ -208,8 +208,8 @@ jobs:
208208
- name: Start sccache server
209209
run: |
210210
sccache --start-server
211-
- name: Run 1.36.0 tests
212-
if: matrix.toolchain == '1.36.0' && matrix.conf == '1.36.0-tests'
211+
- name: Run 1.43.1 tests
212+
if: matrix.toolchain == '1.43.1' && matrix.conf == '1.43.1-tests'
213213
run: |
214214
cargo test --verbose \
215215
--features=decode_test,decode_test_dav1d,quick_test,capi

0 commit comments

Comments
 (0)