Skip to content

Commit 50a2d33

Browse files
committed
fix CI
1 parent 69502c4 commit 50a2d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dimbl.yml

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

3838
steps:
3939
- uses: actions/[email protected]

0 commit comments

Comments
 (0)