catch2/.github/workflows
Martin Hořeňovský bbba3d8a06
Disable CI for GCC 5 and 6
They can't compile the new constexpr decomposer because
`ITransientExpression` has a defaulted virtual destructor. We could
instead drop the virtual destructor - it only exists to silence
static analysis tools complaining about having virtual functions
without virtual destructor - but GCC 5 and 6 are positively ancient,
so we drop them instead.
2024-02-11 14:36:17 +01:00
..
linux-bazel-builds.yml Bump up actions/checkout version to v4 (#2760) 2023-11-09 10:31:49 +01:00
linux-meson-builds.yml Run tests on all cores in GHA jobs 2024-01-15 14:22:45 +01:00
linux-other-builds.yml Run tests on all cores in GHA jobs 2024-01-15 14:22:45 +01:00
linux-simple-builds.yml Disable CI for GCC 5 and 6 2024-02-11 14:36:17 +01:00
mac-builds.yml Bump up actions/checkout version to v4 (#2760) 2023-11-09 10:31:49 +01:00
validate-header-guards.yml Bump up actions/checkout version to v4 (#2760) 2023-11-09 10:31:49 +01:00
windows-simple-builds.yml Bump up actions/checkout version to v4 (#2760) 2023-11-09 10:31:49 +01:00