Skip to content

Commit

Permalink
ci: disable bad combination of compiler and stdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
ToruNiina committed Dec 23, 2023
1 parent 510419f commit 01a0e93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
compiler: ['15', '14', '13', '12', '11']
standard: ['11', '14', '17', '20']
unreleased: ['ON', 'OFF']
exclude:
- {compiler: '14', standard: '20'} # to avoid using gcc-13 libstdc++
- {compiler: '13', standard: '20'} # with older clang
- {compiler: '12', standard: '20'}
- {compiler: '11', standard: '20'}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 01a0e93

Please sign in to comment.