From 83a1fbfcf9e9c20598d5c03415d5d04ea3f83060 Mon Sep 17 00:00:00 2001 From: Mike Jarvis Date: Mon, 10 Jun 2024 07:36:31 -0400 Subject: [PATCH] Two fixes from Josh (#1286) --- .github/workflows/wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index c422a2a809..423221d0fd 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -53,7 +53,7 @@ jobs: build_macosx_intel_wheels: name: Build wheels on MacOS Intel - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v4 @@ -102,7 +102,7 @@ jobs: build_sdist: name: Build sdist and upload to PyPI - needs: [build_linux_wheels, build_musl_wheels, build_macosx_wheels] + needs: [build_linux_wheels, build_musl_wheels, build_macosx_intel_wheels, build_macosx_arm_wheels] # Just need to build sdist on a single machine runs-on: ubuntu-latest