Use explicit versions of Ubuntu images instead of latest

To test more versions
This commit is contained in:
Sébastien Rombauts 2024-08-17 23:51:14 +02:00
parent 00d9dbad5e
commit 181e5faa8f

View File

@ -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++",