diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-05-15 20:43:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-15 20:43:18 -0600 |
| commit | bdf5ca8d603ae56ac275bebf9fde58ae72484d76 (patch) | |
| tree | c54e226ba40f390f672f31cfb49443d7573588ac /.github | |
| parent | 3d72ff1a3d2f2b1a8f41d5a060fa5d2f1c438d4d (diff) | |
Updated MacOS build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/macos-compile.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
