Skip to content

Commit 78ba3a3

Browse files
committed
the workflow doesn't have GCC 12 🤷🏻‍♀️
1 parent f56b99a commit 78ba3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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, 13]
22+
gcc: [8, 9, 10, 11, 13]
2323
standard: [17, 20]
2424
fail-fast: false
2525
name: "GCC ${{ matrix.gcc }} (C++${{ matrix.standard }})"

0 commit comments

Comments
 (0)