Skip to content

Commit 836dcfe

Browse files
committed
.github/workflows/buildwheel.yml: Use macos-15-intel runners
1 parent cf444c7 commit 836dcfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-13, macos-14]
13+
os: [ubuntu-22.04, ubuntu-22.04-arm, windows-2022, macos-15-intel, macos-14]
1414

1515
steps:
1616
- uses: actions/checkout@v5
@@ -78,7 +78,7 @@ jobs:
7878
ubuntu-24.04-arm,
7979
windows-2022,
8080
windows-2025,
81-
macos-13,
81+
macos-15-intel,
8282
macos-14,
8383
macos-15,
8484
]

0 commit comments

Comments
 (0)