diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c75377..77f90fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - tc: [1.70, stable, beta, nightly] + tc: [1.70.0, stable, beta, nightly] steps: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - tc: [1.70] + tc: [1.70.0] cc: - aarch64-fuchsia - aarch64-linux-android @@ -52,7 +52,7 @@ jobs: strategy: matrix: os: [macos-latest] - tc: [1.70] + tc: [1.70.0] cc: [aarch64-apple-ios] steps: - uses: actions/checkout@v2