Skip to content

Commit 70b5c2a

Browse files
Copilothombit
andcommitted
Switch CI from macOS-13 to macOS-15-intel runners
Co-authored-by: hombit <1784493+hombit@users.noreply.github.com>
1 parent 9a22684 commit 70b5c2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
# We use the same order as in the table
4141
# * For Windows we support amd64 only
4242
# * For Linux we support ARM64 and x86_64
43-
# * For macOS we support x86_64 (macos-13 runner) and ARM64 (macos-14 runner)
43+
# * For macOS we support x86_64 (macos-15-intel runner) and ARM64 (macos-14 runner)
4444
# * We build wheels for CPython only, one per platform, compatible with ABI3.9
4545
include:
4646
# CPython 3.9
47-
- os: macos-13
47+
- os: macos-15-intel
4848
cibw_build: cp39-macosx_x86_64
4949
- os: macos-14
5050
cibw_build: cp39-macosx_arm64

0 commit comments

Comments
 (0)