We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992d9c4 commit 2aa2035Copy full SHA for 2aa2035
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
os: [ubuntu-latest, windows-latest, macos-latest, windows-11-arm]
18
- cxx_standard: [11, 17, 20]
+ cxx_standard: [11, 17, 20, 23]
19
build: [static, shared]
20
googletest: [build, system]
21
generator: ["Default Generator", "MinGW Makefiles"]
0 commit comments