Skip to content

Commit

Permalink
CI: attempt to fix the macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Oct 3, 2023
1 parent de64e18 commit 904ea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 904ea37

Please sign in to comment.