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