Skip to content

Commit

Permalink
CI: fixing the macOS runner for real ™️
Browse files Browse the repository at this point in the history
  • Loading branch information
fleroviux committed Oct 3, 2023
1 parent 25adca5 commit 4b0ecfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
-DSDL2_STATIC=ON \
-DCMAKE_BUILD_TYPE=Release
cd build
make -j${getconf _NPROCESSORS_ONLN)
make -j$(getconf _NPROCESSORS_ONLN)
- name: Upload artifacts
uses: actions/upload-artifact@v3
with:
name: irisdual
name: irisdual-${{ runner.os }}
path: build/bin/sdl/irisdual
if-no-files-found: error

0 comments on commit 4b0ecfe

Please sign in to comment.