We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56eae44 commit 1cb90a4Copy full SHA for 1cb90a4
.github/workflows/foliautils.yml
@@ -36,7 +36,7 @@ jobs:
36
strategy:
37
matrix:
38
os: [ubuntu-latest, macos-latest]
39
- compiler: [g++-12, clang++]
+ compiler: [g++-12, clang++ -std=c++17]
40
41
steps:
42
- uses: actions/checkout@v4.1.1
0 commit comments