We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3403e47 commit 165ab17Copy full SHA for 165ab17
.github/workflows/release.yml
@@ -26,14 +26,10 @@ jobs:
26
- platform: 'ubuntu-22.04'
27
container: 'gcc:9.5.0-buster'
28
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'
+ # macOS 14 => arm64
+ - platform: 'macos-14'
32
container: ''
33
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
37
runs-on: ${{ matrix.platform }}
38
container: ${{ matrix.container }}
39
env:
0 commit comments