Skip to content

Commit c25dd8d

Browse files
Joseph-Edwardsjames-d-mitchell
authored andcommitted
Use new macos intel runner
1 parent 224eb6f commit c25dd8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
strategy:
2323
matrix:
24-
# macos-13 is an intel runner, macos-14 is apple silicon
25-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-13, macos-14]
24+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-15-intel, macos-latest]
2625

2726
steps:
2827
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)