From f84b801d2067730f7444658c99dcf0b9811d0fa0 Mon Sep 17 00:00:00 2001 From: Hien To Date: Wed, 11 Dec 2024 15:34:30 +0700 Subject: [PATCH] feat: macos 12 arm64 --- .github/workflows/cortex-cpp-quality-gate.yml | 2 +- .github/workflows/template-build-macos.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cortex-cpp-quality-gate.yml b/.github/workflows/cortex-cpp-quality-gate.yml index 316160ce5..8a76e4669 100644 --- a/.github/workflows/cortex-cpp-quality-gate.yml +++ b/.github/workflows/cortex-cpp-quality-gate.yml @@ -34,7 +34,7 @@ jobs: ccache-dir: "" - os: "mac" name: "arm64" - runs-on: "macos-silicon" + runs-on: "macos-selfhosted-12-arm64" 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" build-deps-cmake-flags: "" ccache-dir: "" diff --git a/.github/workflows/template-build-macos.yml b/.github/workflows/template-build-macos.yml index 371468dfb..ae10fb675 100644 --- a/.github/workflows/template-build-macos.yml +++ b/.github/workflows/template-build-macos.yml @@ -82,7 +82,7 @@ jobs: matrix: include: - arch: 'arm64' - runs-on: 'macos-silicon' + runs-on: 'macos-selfhosted-12-arm64' extra-cmake-flags: "-DMAC_ARM64=ON" - arch: 'amd64'