From 3a0566cf5e48f29e6fec5355bcd570baa30c9183 Mon Sep 17 00:00:00 2001 From: RichieSams Date: Mon, 1 Apr 2024 11:24:45 -0400 Subject: [PATCH] fix(ci): Stop testing osx gcc-9 It's too annoying to get running properly, and it's pretty ancient --- .github/workflows/test.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2978b8a..6572e86 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,10 +40,6 @@ jobs: fail-fast: false matrix: config: - - name: darwin_gcc_9 - brew_package: gcc@9 - cc: /usr/local/opt/gcc@9/bin/gcc-9 - cxx: /usr/local/opt/gcc@9/bin/g++-9 - name: darwin_gcc_12 brew_package: gcc@12 cc: /usr/local/opt/gcc@12/bin/gcc-12