We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 966fc20 commit 6f84e6dCopy full SHA for 6f84e6d
.github/workflows/reusable-cpp-tests-macos.yml
@@ -22,6 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
runs-on: [macos-13, macos-14] # Tests on the Intel and arm64 architectures
25
+ fail-fast: false # Continue with other jobs if one fails
26
env:
27
CMAKE_BUILD_PARALLEL_LEVEL: 4
28
CTEST_PARALLEL_LEVEL: 4
0 commit comments