From 75d110a9c9e63032061384e6069b8d632c5aaee9 Mon Sep 17 00:00:00 2001 From: bpuchala Date: Wed, 11 Dec 2024 09:12:10 -0500 Subject: [PATCH] Build macos x86_64 wheels with macos-13 Github Actions runner --- .github/workflows/build_wheels.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 6352678..cd3bb91 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -24,9 +24,9 @@ jobs: name: dist_linux path: ./wheelhouse/*.whl - build_wheels_macos12_x86_64: - name: Build x86_64 wheels on macos-12 - runs-on: macos-12 + build_wheels_macos13_x86_64: + name: Build x86_64 wheels on macos-13 + runs-on: macos-13 steps: - uses: actions/checkout@v4 @@ -38,7 +38,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - name: dist_macos12_x86_64 + name: dist_macos13_x86_64 path: ./wheelhouse/*.whl build_wheels_macos14_arm64: