GHA/macos: bump parallel tests to -j5

Credit-to: Dan Fandrich
Cherry-picked from #11510 #14097
This commit is contained in:
Viktor Szakats 2024-07-06 14:09:57 +02:00
parent 338f5ae680
commit 72341068a2
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -47,7 +47,7 @@ jobs:
autotools:
name: ${{ matrix.build.name }}
runs-on: 'macos-latest'
timeout-minutes: 90
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
@ -203,7 +203,7 @@ jobs:
- run: make V=1 test-ci
name: 'run tests'
env:
TFLAGS: "${{ matrix.build.tflags }} ~1452"
TFLAGS: '${{ matrix.build.tflags }} -j5 ~1452'
cmake:
name: cmake ${{ matrix.compiler.CC }} ${{ matrix.build.name }}