From 4c99ae9598919f769a6f80d48eab4f5882626482 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Mon, 20 Nov 2023 12:16:33 -0800 Subject: [PATCH] chore: Set osx rust tool chain to be 1.73.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9ac58e0cef..dd2b256bc013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: include: - os: macos-latest target: aarch64-apple-darwin - toolchain: stable + toolchain: 1.73.0 - os: ubuntu-latest target: x86_64-unknown-linux-gnu toolchain: 1.73.0