From 360fa2626a5c8aaceca632ab4efd144271dd5617 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 15 Feb 2024 13:22:40 -0500 Subject: [PATCH] Revert to non-Apple Silicon runners (#1321) We rolled this back in Ruff too due to compatibility issues. --- .github/workflows/build-binaries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-binaries.yml b/.github/workflows/build-binaries.yml index a626500e5..cdcfbbbde 100644 --- a/.github/workflows/build-binaries.yml +++ b/.github/workflows/build-binaries.yml @@ -59,7 +59,7 @@ jobs: path: dist macos-x86_64: - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v4 with: @@ -97,7 +97,7 @@ jobs: *.sha256 macos-universal: - runs-on: macos-14 + runs-on: macos-latest steps: - uses: actions/checkout@v4 with: