Skip to content

Commit 9805b99

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/[email protected]

0 commit comments

Comments
 (0)