From 6a2d5125f6ef4f2bdaa45e5d0979d47409535d84 Mon Sep 17 00:00:00 2001 From: Yamagi Date: Mon, 12 Aug 2024 18:21:51 +0200 Subject: [PATCH] There's no need to run `brew upgrade`. --- .github/workflows/macos.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f37e8d2..4210fb6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -26,7 +26,6 @@ jobs: run: | brew update brew install make - brew upgrade - name: Check out repository code uses: actions/checkout@v4 - name: Build