You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-libs.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ jobs:
45
45
cmake_flags:
46
46
47
47
- name: macOS x64
48
-
os: macos-latest
48
+
os: macos-13
49
49
platform: macos
50
50
cmake_flags: --verbose --parallel
51
51
@@ -383,7 +383,7 @@ jobs:
383
383
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
0 commit comments