Skip to content

Commit

Permalink
Adjust macOS CI to use three simultaneous jobs
Browse files Browse the repository at this point in the history
As of December 2024, all the used gitlab hosted runners have 7 GB of RAM
and 14 GB of storage. macOS runner has 3 CPUs whereas Linux and Windows
runners have 2. Since Windows and Linux jobs already use 3 jobs, it
should also work for macOS.
  • Loading branch information
belegdol committed Dec 8, 2024
1 parent 70325b7 commit f8adf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
USE_LIBSDL: 1
TOOLS: 1
run: make -j2
run: make -j3
- name: Validate
run: ./mame -validate
- uses: actions/upload-artifact@main
Expand Down

0 comments on commit f8adf42

Please sign in to comment.