From c23ed4a569b6b455d37e2e885c70326980fda5ad Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Wed, 9 Oct 2024 17:38:47 +0200 Subject: [PATCH 1/2] Run tests on Mac OS 14 and 15 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8abd2893..a31961853 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,8 +36,8 @@ jobs: strategy: matrix: os: - - macos-12 - - macos-11 + - macos-15 + - macos-14 steps: - name: Check out the codebase. From accc2021eb92319a4a345779d66807f87811231f Mon Sep 17 00:00:00 2001 From: Florian Weber Date: Wed, 9 Oct 2024 17:41:07 +0200 Subject: [PATCH 2/2] Update uninstall-homebrew.sh --- tests/uninstall-homebrew.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/uninstall-homebrew.sh b/tests/uninstall-homebrew.sh index d6d4c966c..40e1bf183 100755 --- a/tests/uninstall-homebrew.sh +++ b/tests/uninstall-homebrew.sh @@ -11,3 +11,4 @@ sudo ./uninstall.sh --force sudo rm -rf /usr/local/Homebrew sudo rm -rf /usr/local/Caskroom sudo rm -rf /usr/local/bin/brew +sudo rm -rf /opt/homebrew