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