Skip to content

Commit 9ceb5c5

Browse files
authored
switch to newer mac image (#129)
* switch to newer mac image * switch to newer mac image * use mac arm and intel images for native build * use mac arm and intel images for native build * can't make it work, revert
1 parent 5fc641f commit 9ceb5c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13]
23+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-15-intel]
2424

2525
name: Build wheels on ${{ matrix.os }}
2626
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)