There was an error while loading. Please reload this page.
1 parent 54be7e9 commit cf750dcCopy full SHA for cf750dc
1 file changed
.github/workflows/mbt.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