Skip to content

Commit 1af46b6

Browse files
committed
Migrate to newest macos intel
Migration happens only for v1.x branch to keep support. Github expects to drop macos intel support fall 2027.
1 parent 888133a commit 1af46b6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
build_type: "Debug"
5858
compiler_flags: "-Wextra -Wall -pedantic"
5959
build_python: "OFF"
60-
- os: macos-13
60+
- os: macos-15-intel
6161
privledges: "sudo"
6262
build_type: "Release"
6363
build_python: "OFF"

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
arch: i686
3535
# macos-latest runs on arm64 architecture and cibuildwheel cross
3636
# compiling for x86_64 fails
37-
- os: macos-13
37+
- os: macos-15-intel
3838
arch: x86_64
3939
- os: macos-latest
4040
arch: arm64

0 commit comments

Comments
 (0)