From f68bfdeedbf209e099e9a908fb521c888c470d84 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 7 Jan 2020 10:14:41 -0600 Subject: [PATCH] Go back to testing true nightlies (#765) Now that all the wasi fixes are upstream in nightlies I think we're good to go to test the `nightly` channel again. --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f746db693a..859162128e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -136,11 +136,9 @@ jobs: - build: beta os: ubuntu-latest rust: beta - # FIXME need to wait for rust-lang/rust#67065 to get into nightlies, - # and then this can be updated to `nightly` again. - build: nightly os: ubuntu-latest - rust: nightly-2019-12-03 + rust: nightly - build: macos os: macos-latest rust: stable