Codechange: [CI] Move Release CI build to MacOS runner (#12309)

This commit is contained in:
merni-ns
2024-03-16 19:41:23 +05:30
committed by GitHub
parent fe12d38024
commit 4c0dca1411
2 changed files with 15 additions and 8 deletions

View File

@@ -9,6 +9,10 @@ on:
full_arch:
required: true
type: string
extra-cmake-parameters:
required: false
type: string
default: ""
env:
CTEST_OUTPUT_ON_FAILURE: 1
@@ -66,6 +70,7 @@ jobs:
-DCMAKE_OSX_ARCHITECTURES=${{ inputs.full_arch }} \
-DVCPKG_TARGET_TRIPLET=${{ inputs.arch }}-osx \
-DCMAKE_TOOLCHAIN_FILE=${{ runner.temp }}/vcpkg/scripts/buildsystems/vcpkg.cmake \
${{ inputs.extra-cmake-parameters }} \
# EOF
echo "::endgroup::"