Skip to content

Commit f8ac486

Browse files
authored
CI: use macos-15-intel image for macOS x86-64 wheel builds (#827)
The macos-13 image is deprecated and will stop working soon.
2 parents 7f6c660 + b85b0ee commit f8ac486

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/wheel_tests_and_release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,13 @@ jobs:
9696
strategy:
9797
fail-fast: false
9898
matrix:
99-
# macos-13 is the last runner that supports Intel (x86_64) architecture
100-
os: [macos-13, macos-14]
99+
os: [macos-15-intel, macos-14]
101100
cibw_python: ["cp312", "cp313", "cp313t", "cp314", "cp314t"]
102101
cibw_arch: ["x86_64", "arm64"]
103102
exclude:
104103
- os: macos-14
105104
cibw_arch: "x86_64"
106-
- os: macos-13
105+
- os: macos-15-intel
107106
cibw_arch: "arm64"
108107
steps:
109108
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.2

0 commit comments

Comments
 (0)