Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 2ee1e81

Browse files
authored
feat: macos 12 arm64 (#1791)
Co-authored-by: Hien To <tominhhien97@gmail.com>
1 parent 4a839b4 commit 2ee1e81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cortex-cpp-quality-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
ccache-dir: ""
3535
- os: "mac"
3636
name: "arm64"
37-
runs-on: "macos-silicon"
37+
runs-on: "macos-selfhosted-12-arm64"
3838
cmake-flags: "-DCORTEX_CPP_VERSION=${{github.event.pull_request.head.sha}} -DCMAKE_BUILD_TEST=ON -DMAC_ARM64=ON -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake"
3939
build-deps-cmake-flags: ""
4040
ccache-dir: ""

.github/workflows/template-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
matrix:
8383
include:
8484
- arch: 'arm64'
85-
runs-on: 'macos-silicon'
85+
runs-on: 'macos-selfhosted-12-arm64'
8686
extra-cmake-flags: "-DMAC_ARM64=ON"
8787

8888
- arch: 'amd64'

0 commit comments

Comments
 (0)