From 904ea375c3596271c324d665c01e7512dc057fa1 Mon Sep 17 00:00:00 2001 From: fleroviux Date: Tue, 3 Oct 2023 12:39:42 +0200 Subject: [PATCH] CI: attempt to fix the macOS runner --- .github/workflows/build-macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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