mirror of
https://github.com/yquake2/ctf.git
synced 2025-02-20 19:12:29 +00:00
Update CI to use 4 CPUs on Linux and Windows.
This commit is contained in:
parent
6a2d5125f6
commit
787de54da5
2 changed files with 4 additions and 4 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -26,8 +26,8 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: |
|
||||
# Public runners come with 2 CPUs.
|
||||
make -j2
|
||||
# Public runners come with 4 CPUs.
|
||||
make -j4
|
||||
- name: Create testbuild package
|
||||
run: |
|
||||
# Create release directory tree
|
||||
|
|
4
.github/workflows/win32.yml
vendored
4
.github/workflows/win32.yml
vendored
|
@ -36,8 +36,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