We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70c649 commit 62a6654Copy full SHA for 62a6654
2 files changed
.github/workflows/CI-unixish.yml
@@ -196,7 +196,7 @@ jobs:
196
strategy:
197
matrix:
198
os: [ubuntu-22.04, macos-15]
199
- cxxstd: [14, 17]
+ cxxstd: [14, 17, 20]
200
fail-fast: false # Prefer quick result
201
202
runs-on: ${{ matrix.os }}
.github/workflows/CI-windows.yml
@@ -75,7 +75,7 @@ jobs:
75
76
77
os: [windows-2022, windows-2025]
78
79
fail-fast: false
80
81
0 commit comments