diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 68b17878..a0ad7b44 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -239,9 +239,9 @@ jobs: matrix: # job: [ { os: ubuntu-latest }, { os: macos-latest }, { os: windows-latest } ] job: - - { os: ubuntu-latest } - - { os: macos-latest } - - { os: windows-latest , toolchain: nightly-x86_64-pc-windows-gnu } + - { os: ubuntu-latest , toolchain: nightly-2020-04-29 } + - { os: macos-latest , toolchain: nightly-2020-04-29 } + - { os: windows-latest , toolchain: nightly-2020-04-29-x86_64-pc-windows-gnu } steps: - uses: actions/checkout@v1 - name: Initialize workflow variables