Skip to content

Commit 36a6259

Browse files
authored
Merge pull request matplotlib#30668 from QuLogic/cibw-macos-update
cibw: Switch macos 13 to 15 Intel
2 parents bd2f744 + adf3798 commit 36a6259

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)