From c898386a5d5b482078e4c219ca825ee8002a1a35 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 28 Jul 2025 16:16:33 +0100 Subject: [PATCH] workflows/tests: update homebrew/core in audit tests. This is needed to fix Homebrew/brew CI. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3663cc2a85..d3e05a7718 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -142,7 +142,7 @@ jobs: id: set-up-homebrew uses: Homebrew/actions/setup-homebrew@main with: - core: false + core: true cask: false test-bot: false