Skip to content

Commit c095ae7

Browse files
committed
remove clang 15 and gcc 12 as the action doesn't have them yet
1 parent 01120d6 commit c095ae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
gcc:
2020
strategy:
2121
matrix:
22-
gcc: [8, 9, 10, 11, 12]
22+
gcc: [8, 9, 10, 11]
2323
standard: [17, 20]
2424
fail-fast: false
2525
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"
@@ -40,7 +40,7 @@ jobs:
4040
clang:
4141
strategy:
4242
matrix:
43-
clang: [7, 8, 9, 10, 11, 12, 13, 14, 15]
43+
clang: [7, 8, 9, 10, 11, 12, 13, 14]
4444
stdlib: ["libc++", "libstdc++"]
4545
standard: [17, 20]
4646
fail-fast: false

0 commit comments

Comments
 (0)