Skip to content

Commit 5efc049

Browse files
committed
ci: fix macos runner CMAKE min version
Signed-off-by: Jan Kraemer <[email protected]>
1 parent 3d67d77 commit 5efc049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ jobs:
2626
- uses: ./.github/actions/build-cmake-preset
2727
with:
2828
preset-name: release
29+
cmake-args: "-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
2930
artifact-label: ${{ github.job }}

0 commit comments

Comments
 (0)