diff --git a/.github/workflows/macos-compile.yml b/.github/workflows/macos-compile.yml index 18c7415bf..d6259505b 100644 --- a/.github/workflows/macos-compile.yml +++ b/.github/workflows/macos-compile.yml @@ -15,7 +15,7 @@ jobs: run: brew install sdl2 libpng glew ninja cmake libzip nlohmann-json tinyxml2 spdlog vorbis-tools - name: Build run: | - cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release + cmake -H. -Bbuild-cmake -GNinja -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_BUILD_TYPE=Release cmake --build build-cmake -j - name: Create Package run: | @@ -26,4 +26,4 @@ jobs: with: name: spaghetti-mac-x64 path: spaghetti-release - retention-days: 1 \ No newline at end of file + retention-days: 1