Skip to content

Commit 0c1b604

Browse files
committed
Exlcuding compilation with gcc-12 and C++20 in github actions.
1 parent 2c32148 commit 0c1b604

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/actions_build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ jobs:
127127
type: [Debug, Release, MinSizeRel]
128128
cc_ver: [9, 10, 11, 12]
129129
cpp: [11, 14, 17, 20]
130+
exclude:
131+
- cc_ver: 12
132+
cpp: 20
130133

131134
steps:
132135
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)