diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a364cee396ee697b199c7dcfe189fbbe6fbdba37..e5e26bedcc0c19af5cda4467fd325591605d2b3e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -54,7 +54,7 @@ jobs:
     steps:
       - name: Install dependencies
         run: |
-          brew install cmake wget git gcc gfortran python3 bzip2 diffutils zlib
+          brew install cmake wget gcc
           ln -s /usr/local/bin/python3 /usr/local/bin/python
       - uses: actions/checkout@v3
         with: