diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2969b9ca7bdf98..f38007805bf0a5 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-02-20 + rustc: 2021-03-06 output: build install: rustup sysroot: custom @@ -35,7 +35,7 @@ jobs: - arch: arm64 toolchain: clang config: release - rustc: 2021-02-20 + rustc: 2021-03-13 output: build install: standalone sysroot: common @@ -43,7 +43,7 @@ jobs: - arch: x86_64 toolchain: llvm config: debug - rustc: 2021-02-20 + rustc: 2021-03-20 output: build install: standalone sysroot: custom