We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885e8b6 commit 09c7587Copy full SHA for 09c7587
.github/workflows/libfolia.yml
@@ -31,7 +31,7 @@ jobs:
31
strategy:
32
matrix:
33
os: [ubuntu-latest, macos-latest]
34
- compiler: [g++-12, clang++ -std=c++17]
+ compiler: [g++ -std=c++17, clang++ -std=c++17]
35
36
steps:
37
- name: Cancel Previous Runs
0 commit comments