Skip to content

Commit 9805b99

Browse files
committed
small fix in CI
1 parent c668fd7 commit 9805b99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ticcltools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
strategy:
3636
matrix:
3737
os: [ubuntu-latest, macos-latest]
38-
compiler: [g++-12, clang++]
38+
compiler: [g++-12, clang++ -std=c++17]
3939

4040
steps:
4141
- uses: actions/checkout@v4.1.1

0 commit comments

Comments
 (0)