Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiud committed Oct 6, 2023
1 parent 747b8a0 commit bc61c20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ on: [push, pull_request]

jobs:
build-macos:
name: AppleClang-C++${{matrix.std}}-${{matrix.build_type}}
name: AppleClang-C++${{matrix.std}}-${{matrix.build_type}}-${{matrix.threads}}
runs-on: macos-12
strategy:
fail-fast: true
matrix:
std: [14, 17, 20, 23]
threads: [with-threads, without-threads]
include:
- generator: Ninja
- build_type: Debug
Expand Down Expand Up @@ -37,6 +38,7 @@ jobs:
-DCMAKE_CXX_FLAGS_RELEASE=-pedantic-errors \
-DCMAKE_CXX_STANDARD=${{matrix.std}} \
-DCMAKE_CXX_STANDARD_REQUIRED=ON \
-WITH_THREADS=${{matrix.threads == 'with-threads'}} \
-G "${{matrix.generator}}" \
-Werror
Expand Down

0 comments on commit bc61c20

Please sign in to comment.