Removed intel runner from mac, it never run
Removed arm from windows as it will always fail as git ci runners are not arm
removed gcc12 kept gcc13
Added convenience function for checking if a package is active
This commit is contained in:
marauder2k7 2026-06-16 22:01:19 +01:00
parent 4062a1bbbd
commit 872c765ca0
5 changed files with 23 additions and 31 deletions

View file

@ -21,15 +21,6 @@ jobs:
fail-fast: false
matrix:
config:
# Explicit older GCC versions catch deprecation warnings before
# they become the runner default and break the build silently.
- {
name: "Ubuntu GCC 12",
build_type: "Release",
cc: "gcc-12",
cxx: "g++-12",
generator: "Ninja",
}
- {
name: "Ubuntu GCC 13",
build_type: "Release",