meson.build: require GCC 12 or clang 14

GCC 10 doesn't have std::make_unique_for_overwrite(), so let's drop it.
This commit is contained in:
Max Kellermann
2025-01-29 12:23:17 +01:00
parent 8ea3f86f43
commit ab011adf77
6 changed files with 11 additions and 16 deletions

View File

@@ -41,11 +41,11 @@ jobs:
cxx: g++-14
packages: g++-14
meson_options:
- compiler: gcc10
- compiler: gcc12
os: ubuntu-24.04
cc: gcc-10
cxx: g++-10
packages: g++-10
cc: gcc-12
cxx: g++-12
packages: g++-12
meson_options:
- compiler: clang
os: ubuntu-24.04