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 dec4497 commit c99997eCopy full SHA for c99997e
.github/workflows/cppcmake.yml
@@ -35,7 +35,6 @@ jobs:
35
fail-fast: false
36
matrix:
37
config:
38
- - {name: "ubuntu-20.04", os: "ubuntu-20.04", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF"}
39
- {name: "ubuntu-22.04", os: "ubuntu-22.04", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF" }
40
- {name: "ubuntu-24.04", os: "ubuntu-24.04", cmake_extra: "-DLSL_BUNDLED_PUGIXML=OFF" }
41
- {name: "windows-x64", os: "windows-latest", cmake_extra: "-T v142,host=x86"}
0 commit comments