Skip to content

Commit 165ab17

Browse files
ci: Use macOS 14 arm64 runner, not x86_64
1 parent 3403e47 commit 165ab17

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@ jobs:
2626
- platform: 'ubuntu-22.04'
2727
container: 'gcc:9.5.0-buster'
2828
config: 'release'
29-
# NOTE: GitHub-hosted runners for macOS are x86_64 only
30-
# https://github.com/github/roadmap/issues/528
31-
- platform: 'macos-12'
29+
# macOS 14 => arm64
30+
- platform: 'macos-14'
3231
container: ''
3332
config: 'release'
34-
# Seeing an inexplicable
35-
# ld: file not found: external/llvm_toolchain_llvm/lib/clang/15.0.7/lib/darwin/libclang_rt.asan_osx_dynamic.dylib
36-
# when running the dev build in in GitHub Actions
3733
runs-on: ${{ matrix.platform }}
3834
container: ${{ matrix.container }}
3935
env:

0 commit comments

Comments
 (0)