Skip to content

Commit

Permalink
Build macos x86_64 wheels with macos-13 Github Actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Dec 10, 2024
1 parent 2e8e67d commit 2877b68
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 2877b68

Please sign in to comment.