From 5e23bd09bc3bda0144db66cc34fc905386d4a4f9 Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 16 Mar 2023 09:01:14 +0100 Subject: [PATCH] feat(ci): `aarch64-apple-ios` should work on rustc stable. --- .github/workflows/bindings_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 1c6e22fce..f4969ec59 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -209,7 +209,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Install Rust - uses: dtolnay/rust-toolchain@nightly + uses: dtolnay/rust-toolchain@stable - name: Install aarch64-apple-ios target run: rustup target install aarch64-apple-ios