From 4ec7aa6d6c92621db3b34189d7740e8db937c56c Mon Sep 17 00:00:00 2001 From: Paul Wilson Date: Fri, 1 Dec 2023 09:07:53 -0600 Subject: [PATCH] remove explicit gcc install in mac_build_test.yml --- .github/workflows/mac_build_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac_build_test.yml b/.github/workflows/mac_build_test.yml index 59678ce08..a959052f7 100644 --- a/.github/workflows/mac_build_test.yml +++ b/.github/workflows/mac_build_test.yml @@ -47,7 +47,7 @@ jobs: - name: Initial setup shell: bash -l {0} run: | - brew install eigen gcc@6 hdf5 + brew install eigen hdf5 - name: Environment Variables shell: bash -l {0}