Skip to content

Commit adf3798

Browse files
committed
cibw: Switch macos 13 to 15 Intel
The former is deprecated.
1 parent bd2f744 commit adf3798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
cibw_archs: "AMD64"
131131
- os: windows-11-arm
132132
cibw_archs: "ARM64"
133-
- os: macos-13
133+
- os: macos-15-intel
134134
cibw_archs: "x86_64"
135135
- os: macos-14
136136
cibw_archs: "arm64"

0 commit comments

Comments
 (0)