Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
Separately exclude specific clang versions
  • Loading branch information
keszocze committed Mar 22, 2021
1 parent c2baf94 commit 2ef016b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
compiler: [clang++-8, clang++-9, clang++-10, clang++-11, g++-8, g++-9, g++-10]
exclude:
- os: ubuntu-18.04
compiler: clang++-10, clang++-11
compiler: clang++-10
- os: ubuntu-18.04
compiler: clang++-11

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 2ef016b

Please sign in to comment.