From a90d77c527569a2217f0c02ba3697b0dcf646f69 Mon Sep 17 00:00:00 2001 From: Gabriel Lopez Date: Wed, 17 Jul 2024 12:45:09 -0500 Subject: [PATCH] Set integration_tests toolchain to latest stable --- .github/workflows/integration_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 42af0ab81..49d1a8a11 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -17,11 +17,11 @@ jobs: - name: Checkout sources uses: actions/checkout@v3 - - name: Install latest nightly toolchain + - name: Install latest stable toolchain uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2023-02-02 + toolchain: stable target: wasm32-unknown-unknown override: true