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 e6477bc commit dec4497Copy full SHA for dec4497
.github/workflows/cppcmake.yml
@@ -37,6 +37,7 @@ jobs:
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"}
42
- {name: "windows-32", os: "windows-latest", cmake_extra: "-T v142,host=x86 -A Win32"}
43
- {name: "macOS-latest", os: "macOS-latest"}
0 commit comments