There was an error while loading. Please reload this page.
1 parent 888133a commit 1af46b6Copy full SHA for 1af46b6
2 files changed
.github/workflows/build.yaml
@@ -57,7 +57,7 @@ jobs:
57
build_type: "Debug"
58
compiler_flags: "-Wextra -Wall -pedantic"
59
build_python: "OFF"
60
- - os: macos-13
+ - os: macos-15-intel
61
privledges: "sudo"
62
build_type: "Release"
63
.github/workflows/wheels.yaml
@@ -34,7 +34,7 @@ jobs:
34
arch: i686
35
# macos-latest runs on arm64 architecture and cibuildwheel cross
36
# compiling for x86_64 fails
37
38
arch: x86_64
39
- os: macos-latest
40
arch: arm64
0 commit comments