Skip to content

Commit 933614d

Browse files
committed
CI: use different nightlies again
Our nightlies were all fixed at 2021-01-21 because we moved the minimum `rustc` version to that one right after it was released. Now that some weeks have passed, we can spread a few different nightlies again. Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 095daad commit 933614d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ jobs:
2727
- arch: x86_64
2828
toolchain: gcc
2929
config: debug
30-
rustc: 2021-01-24
30+
rustc: 2021-01-31
3131
output: build
3232
install: rustup
3333
sysroot: custom
3434

3535
- arch: arm64
3636
toolchain: clang
3737
config: release
38-
rustc: 2021-01-24
38+
rustc: 2021-02-07
3939
output: build
4040
install: standalone
4141
sysroot: common
4242

4343
- arch: x86_64
4444
toolchain: llvm
4545
config: debug
46-
rustc: 2021-01-24
46+
rustc: 2021-02-11
4747
output: build
4848
install: standalone
4949
sysroot: custom

0 commit comments

Comments
 (0)