Skip to content

Commit 623a4c2

Browse files
committed
fix CI
1 parent 62a25f6 commit 623a4c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ jobs:
5050
compiler:
5151
cpp: g++
5252
c: gcc
53-
cpp_version: 17
53+
cpp_version: 20
5454
cmake_args:
5555
description: "Werror"
5656
cmake_args: "-DCMAKE_CXX_FLAGS='-Werror=all -Werror=extra'"
5757
- platform: ubuntu-latest
5858
compiler:
5959
cpp: g++
6060
c: gcc
61-
cpp_version: 17
61+
cpp_version: 20
6262
cmake_args:
6363
description: "Dynamic"
6464
cmake_args: "-DBUILD_SHARED_LIBS=on"

0 commit comments

Comments
 (0)