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:
Viktor Szakats 2024-07-04 18:01:59 +02:00
parent 62bfcb0c44
commit b5d565faa8
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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'