From 59d08aee35ac30322641e34f92d49f8a268706da Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Fri, 21 Feb 2025 07:02:13 +0000 Subject: [PATCH] WIP Add macos 14 test build --- .github/workflows/build-vcpkg.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/build-vcpkg.yml b/.github/workflows/build-vcpkg.yml index 82086cc8f8f..815d025b470 100644 --- a/.github/workflows/build-vcpkg.yml +++ b/.github/workflows/build-vcpkg.yml @@ -230,3 +230,12 @@ jobs: build-type: 'Release' cmake-configuration-ex: '-DUSE_CPPUNIT=OFF -DCLIENTTOOLS_ONLY=ON -DINCLUDE_PLUGINS=OFF -DUSE_AZURE=OFF -DUSE_CASSANDRA=OFF -DSUPPRESS_CASSANDRAEMBED=ON -DUSE_JAVA=OFF -DUSE_OPENLDAP=OFF' secrets: inherit + + build-gh_runner-macos-14: + if: ${{ contains('pull_request,push', github.event_name) }} + uses: ./.github/workflows/build-gh_runner.yml + with: + os: macos-14 + build-type: 'Release' + cmake-configuration-ex: '-DUSE_CPPUNIT=OFF -DCLIENTTOOLS_ONLY=ON -DINCLUDE_PLUGINS=OFF -DUSE_AZURE=OFF -DUSE_CASSANDRA=OFF -DSUPPRESS_CASSANDRAEMBED=ON -DUSE_JAVA=OFF -DUSE_OPENLDAP=OFF' + secrets: inherit