diff --git a/.github/workflows/build-libs.yml b/.github/workflows/build-libs.yml index fcd3b88..c3c6465 100644 --- a/.github/workflows/build-libs.yml +++ b/.github/workflows/build-libs.yml @@ -6,6 +6,9 @@ on: permissions: # This is needed for pushing a new commit to the repo: contents: write +env: + CMAKE_POLICY_VERSION_MINIMUM: "3.5" + jobs: macos: