diff --git a/.github/workflows/build-macOS.yml b/.github/workflows/build-macOS.yml index db74eaf..05634de 100644 --- a/.github/workflows/build-macOS.yml +++ b/.github/workflows/build-macOS.yml @@ -18,7 +18,7 @@ jobs: cmake -Bbuild \ -DCMAKE_CXX_FLAGS="-s" \ -DSDL2_STATIC=ON \ - -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_BUILD_TYPE=Release cd build make -j${getconf _NPROCESSORS_ONLN) - name: Upload artifacts