mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
GHA: bump macOS CMake job parallelism to 4 (nproc+1) [ci skip]
To match autotools ones and the rest of workflows.
Follow-up to 464282ddfb
#13807
This commit is contained in:
parent
62bfcb0c44
commit
b5d565faa8
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -257,5 +257,5 @@ jobs:
|
||||
- run: cmake -B build -DCMAKE_UNITY_BUILD=ON -DCURL_WERROR=ON -DUSE_APPLE_IDN=ON ${{ matrix.build.generate }}
|
||||
name: 'cmake generate'
|
||||
|
||||
- run: cmake --build build --parallel 3
|
||||
- run: cmake --build build --parallel 4
|
||||
name: 'cmake build'
|
||||
|
Loading…
Reference in New Issue
Block a user