Skip to content

Commit

Permalink
exclude macos debug with continue-on-error True
Browse files Browse the repository at this point in the history
- due to our include structure we have to specifically exclude this cfg otherwise we have two macOS Debug c++17
  • Loading branch information
fabinsch committed Nov 16, 2022
1 parent 1dd10f8 commit 7a45f6a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-linux-osx-win-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
cxx_std: 17
continue_on_error: true

exclude:
- name: macos-latest
os: macos-latest
build_type: Debug
cxx_std: 17
continue_on_error: false

steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 7a45f6a

Please sign in to comment.