Skip to content

Commit

Permalink
fix(ci): Stop testing osx gcc-9
Browse files Browse the repository at this point in the history
It's too annoying to get running properly, and it's pretty ancient
  • Loading branch information
RichieSams committed Apr 1, 2024
1 parent 10a6de0 commit 3a0566c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a0566c

Please sign in to comment.