Skip to content

Commit

Permalink
Exclude C++20 build from github actions configurations for clang belo…
Browse files Browse the repository at this point in the history
…w version 15.
  • Loading branch information
arobenko committed Jan 7, 2024
1 parent 3811185 commit 9cd3be9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@ jobs:
cc_ver: [11, 12, 13, 14, 15]
cpp: [17, 20]
qt_ver: [5, 6]
exclude:
- cc_ver: 11
cpp: 20
- cc_ver: 12
cpp: 20
- cc_ver: 13
cpp: 20
- cc_ver: 14
cpp: 20

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

0 comments on commit 9cd3be9

Please sign in to comment.