0
0
Fork 0
mirror of https://github.com/yquake2/yquake2remaster.git synced 2025-04-03 08:51:08 +00:00

Update CI to use 4 CPUs on Linux and Windows.

This commit is contained in:
Yamagi 2025-02-09 10:58:58 +01:00
parent 4fe0d0be6b
commit aa43b2df8c
2 changed files with 5 additions and 5 deletions
.github/workflows

View file

@ -30,9 +30,9 @@ jobs:
uses: actions/checkout@v4
- name: Build
run: |
# Public runners come with 2 CPUs.
make -j2
make -j2 ref_gles1
# Public runners come with 4 CPUs.
make -j4
make -j4 ref_gles1
- name: Create testbuild package
run: |
# Create release directory tree

View file

@ -42,8 +42,8 @@ jobs:
- name: Build
shell: msys2 {0}
run: |
# Public runners come with 2 CPUs.
make -j2
# Public runners come with 4 CPUs.
make -j4
- name: Create testbuild package
shell: msys2 {0}
run: |