We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437f77b commit cb9fa4dCopy full SHA for cb9fa4d
.github/workflows/unittest.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
os: [macos-latest, ubuntu-latest]
15
cxx: [g++, clang++]
16
- stdcxx: [14, 17]
+ stdcxx: ["14", "17", "20"]
17
18
steps:
19
- uses: actions/checkout@v2
0 commit comments