From f0043e3381fdc3dbb1f681e92afa7b83f7ddc7ab Mon Sep 17 00:00:00 2001 From: Lean Mendoza Date: Mon, 28 Aug 2023 08:15:41 -0300 Subject: [PATCH] test --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 355dc06b..334737bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,8 +139,6 @@ jobs: # Multi platform CI build dropped for now # os: [windows-latest, ubuntu-latest, macos-latest] - - rust: [stable] runs-on: ${{ matrix.os }} continue-on-error: true steps: @@ -148,7 +146,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: stable + toolchain: 1.71.1 override: true # Old single action to Setup Cache