From b9da6bc80d8defee7f137121fc4a030a065c0b56 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Wed, 30 Aug 2023 21:16:18 +0200 Subject: [PATCH] Revert "[gh-actions] Update macos.yml, add brew update step" This reverts commit 0f33a896deb14a1cd0380b35d9d663b84b79348b. Reason is that using newest homebrew seems to make the workflow very unstable. --- .github/workflows/macos.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index b72a2c10..815c5465 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,9 +14,6 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 - - name: Update brew - run: brew update - - name: Install build tools run: brew install automake autoconf libtool pkg-config