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.
2 parents 58d9867 + 181e5fa commit b150588Copy full SHA for b150588
.github/workflows/cmake.yml
@@ -27,8 +27,24 @@ jobs:
27
extra_path: "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\bin",
28
}
29
- {
30
- name: "Ubuntu Latest GCC",
31
- os: ubuntu-latest,
+ name: "Ubuntu 24.04 GCC",
+ os: ubuntu-24.04,
32
+ generator: "Unix Makefiles",
33
+ build_type: "Debug",
34
+ cc: "gcc", cxx: "g++",
35
+ extra_path: "",
36
+ }
37
+ - {
38
+ name: "Ubuntu 22.04 GCC",
39
+ os: ubuntu-22.04,
40
41
42
43
44
45
46
+ name: "Ubuntu 20.04 GCC",
47
+ os: ubuntu-20.04,
48
generator: "Unix Makefiles",
49
build_type: "Debug",
50
cc: "gcc", cxx: "g++",
0 commit comments