From f077515a46571399a4f84a754db4b12763b7be7f Mon Sep 17 00:00:00 2001 From: WerWolv Date: Fri, 3 Nov 2023 13:16:33 +0100 Subject: [PATCH] Upgrade to macOS 12 builds --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 19a272794..5e5aa8769 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,7 +124,7 @@ jobs: # MacOS build macos: - runs-on: macos-11 + runs-on: macos-12 strategy: matrix: @@ -167,6 +167,7 @@ jobs: - name: ⬇️ Install dependencies run: | + brew update brew bundle --no-lock --file dist/Brewfile rm -rf /usr/local/Cellar/capstone