mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-06 10:46:03 -04:00
Use explicit versions of Ubuntu images instead of latest
To test more versions
This commit is contained in:
parent
00d9dbad5e
commit
181e5faa8f
20
.github/workflows/cmake.yml
vendored
20
.github/workflows/cmake.yml
vendored
@ -27,8 +27,24 @@ jobs:
|
||||
extra_path: "C:\\ProgramData\\chocolatey\\lib\\mingw\\tools\\install\\mingw64\\bin",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu Latest GCC",
|
||||
os: ubuntu-latest,
|
||||
name: "Ubuntu 24.04 GCC",
|
||||
os: ubuntu-24.04,
|
||||
generator: "Unix Makefiles",
|
||||
build_type: "Debug",
|
||||
cc: "gcc", cxx: "g++",
|
||||
extra_path: "",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu 22.04 GCC",
|
||||
os: ubuntu-22.04,
|
||||
generator: "Unix Makefiles",
|
||||
build_type: "Debug",
|
||||
cc: "gcc", cxx: "g++",
|
||||
extra_path: "",
|
||||
}
|
||||
- {
|
||||
name: "Ubuntu 20.04 GCC",
|
||||
os: ubuntu-20.04,
|
||||
generator: "Unix Makefiles",
|
||||
build_type: "Debug",
|
||||
cc: "gcc", cxx: "g++",
|
||||
|
Loading…
x
Reference in New Issue
Block a user