Skip to content

Commit f8adf42

Browse files
committed
Adjust macOS CI to use three simultaneous jobs
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.
1 parent 70325b7 commit f8adf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
USE_LIBSDL: 1
3636
TOOLS: 1
37-
run: make -j2
37+
run: make -j3
3838
- name: Validate
3939
run: ./mame -validate
4040
- uses: actions/upload-artifact@main

0 commit comments

Comments
 (0)