Skip to content

Commit 9f5cbd6

Browse files
committed
fix: restore macOS x86_64 wheel builds
1 parent a02c0bf commit 9f5cbd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [ ubuntu-latest, windows-latest, macos-latest ]
35+
os: [ ubuntu-latest, windows-latest, macos-15-intel, macos-latest ]
3636

3737
steps:
3838
- uses: actions/checkout@v6

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [ ubuntu-latest, windows-latest, macos-latest ]
35+
os: [ ubuntu-latest, windows-latest, macos-15-intel, macos-latest ]
3636

3737
steps:
3838
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)