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:
parent
4fe0d0be6b
commit
aa43b2df8c
2 changed files with 5 additions and 5 deletions
6
.github/workflows/linux.yml
vendored
6
.github/workflows/linux.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/win32.yml
vendored
4
.github/workflows/win32.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue