Skip to content

Commit 6a749bc

Browse files
Change gcc version to 13
1 parent d2af83c commit 6a749bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly_test_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
env:
1515
# default compiler for all non-compatibility tests
16-
MATRIX_EVAL: "CC=gcc-11 && CXX=g++-11"
16+
MATRIX_EVAL: "CC=gcc-13 && CXX=g++-13"
1717

1818
jobs:
1919
Run-tests:

0 commit comments

Comments
 (0)