Skip to content

Commit d768fdd

Browse files
committed
Downgrade runners to macOS 13
With macOS 14+ the runner images are ARM64 instead of x86_64 and cause incompatabilities
1 parent 5f43333 commit d768fdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-libs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cmake_flags:
4646

4747
- name: macOS x64
48-
os: macos-latest
48+
os: macos-13
4949
platform: macos
5050
cmake_flags: --verbose --parallel
5151

@@ -383,7 +383,7 @@ jobs:
383383
container: quay.io/pypa/manylinux_2_28_x86_64 # See https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html
384384

385385
- name: macOS x64
386-
os: macos-latest
386+
os: macos-13
387387
toolchain: stable-x86_64-apple-darwin
388388
target: x86_64-apple-darwin
389389
ui: gui

0 commit comments

Comments
 (0)