From c4ad51077ad504d49f328ce0b7423692cae01380 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 5 Apr 2023 13:48:07 -0700 Subject: [PATCH] meson CI: test oldest and newest compilers only No need for the ones in the middle. Signed-off-by: Rosen Penev --- .github/workflows/on_PR_meson.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_PR_meson.yaml b/.github/workflows/on_PR_meson.yaml index 6432a5e1..f41d7afe 100644 --- a/.github/workflows/on_PR_meson.yaml +++ b/.github/workflows/on_PR_meson.yaml @@ -12,7 +12,7 @@ jobs: name: Linux-GCC${{matrix.cxx}}-${{matrix.deps}} strategy: matrix: - cxx: ['7', '8', '9', '10'] + cxx: ['7', '10'] deps: ['forcefallback', 'default'] steps: - uses: actions/checkout@v3 @@ -34,7 +34,7 @@ jobs: name: Linux-Clang${{matrix.cxx}}-${{matrix.deps}} strategy: matrix: - cxx: ['7', '8', '9', '10', '12'] + cxx: ['7', '12'] deps: ['forcefallback', 'default'] steps: - uses: actions/checkout@v3