From ab12c474d27291fe69b25e68d00184b05a601926 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sun, 2 Oct 2022 00:58:04 +0200 Subject: [PATCH] Properly exclude GCC from macOS matrices --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c01ff1a6..cffc002e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -12,9 +12,9 @@ jobs: buildsys: [make, cmake] exclude: # `gcc` is just an alias to `clang` on macOS, don't bother - - os: macos-10.15 + - os: macos-11 cc: gcc - - os: macos-11.0 + - os: macos-12 cc: gcc include: - cc: gcc