From 1cabfa900439b2ff3525d11af735313d40b88f96 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Wed, 3 Jan 2024 09:04:37 -0500 Subject: [PATCH] `publish`: Apple Silicon nightly should be pinned to the same version Polars uses https://github.com/pola-rs/polars/blob/main/rust-toolchain.toml [skip ci] --- .github/workflows/macOS-arm64-selfhosted-publish-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml b/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml index 9187e0675..1c9335407 100644 --- a/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml +++ b/.github/workflows/macOS-arm64-selfhosted-publish-nightly.yml @@ -30,7 +30,7 @@ jobs: runs-on: self-hosted strategy: matrix: - rust: [nightly-2023-11-18] + rust: [nightly-2023-12-23] job: - os: macos os-name: macos