From 933614d55ad961037ca1fc9072a77b792b1d72eb Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 11 Feb 2021 01:37:45 +0100 Subject: [PATCH] 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 --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f5e2e92925d2d..f0ce044d63d0a8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: - arch: x86_64 toolchain: gcc config: debug - rustc: 2021-01-24 + rustc: 2021-01-31 output: build install: rustup sysroot: custom @@ -35,7 +35,7 @@ jobs: - arch: arm64 toolchain: clang config: release - rustc: 2021-01-24 + rustc: 2021-02-07 output: build install: standalone sysroot: common @@ -43,7 +43,7 @@ jobs: - arch: x86_64 toolchain: llvm config: debug - rustc: 2021-01-24 + rustc: 2021-02-11 output: build install: standalone sysroot: custom