From eea1b5e48667c6baadbf7c8f47c7ed6708e2e897 Mon Sep 17 00:00:00 2001 From: Qiming Sun Date: Tue, 17 Oct 2023 13:40:26 -0700 Subject: [PATCH] Fix macos runner --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3007aff63e..df666f0499 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -99,7 +99,7 @@ jobs: release-pypi-macos-x86: name: Build wheels for macos - runs-on: macosx_x86_64 + runs-on: macos-12 steps: - uses: actions/checkout@v3 - name: Build wheels @@ -122,7 +122,7 @@ jobs: release-pypi-macos-arm64: name: Build wheels for Apple M chips - runs-on: macosx_x86_64 + runs-on: macos-12 steps: - uses: actions/checkout@v3 - name: Build wheels