From: Viktor Szakats Date: Thu, 4 Jul 2024 16:01:59 +0000 (+0200) Subject: GHA: bump macOS CMake job parallelism to 4 (nproc+1) [ci skip] X-Git-Tag: curl-8_9_0~120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5d565faa8dfb10c9b8463f4cfd4b8d5a1c911eb;p=thirdparty%2Fcurl.git GHA: bump macOS CMake job parallelism to 4 (nproc+1) [ci skip] To match autotools ones and the rest of workflows. Follow-up to 464282ddfb214917be3d143c035f178f3b77f209 #13807 --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8335d456ac..6daba72438 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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'