Skip to content

Commit 7ee8167

Browse files
committed
update macos intel runners
1 parent e2afd46 commit 7ee8167

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
platform: [ubuntu-latest, macos-latest, windows-latest, macos-13]
27+
platform: [ubuntu-latest, macos-latest, windows-latest, macos-15-intel]
2828
steps:
2929
- uses: actions/checkout@v4
3030
- name: Build wheels

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{matrix.platform}}
1212
strategy:
1313
matrix:
14-
platform: [ubuntu-latest, macos-latest, windows-latest, macos-13]
14+
platform: [ubuntu-latest, macos-latest, windows-latest, macos-15-intel]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Build wheels

0 commit comments

Comments
 (0)