From e6292b2ee058f910941036cae582d60ad3dd3bc2 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 4 Sep 2026 10:55:40 +0200 Subject: [PATCH] ci(macos): untap untrusted aws/tap on macOS Problem: The 3rd-party default homebrew tap `aws/tap` is untrusted, which now triggers a warning in our macOS workflows. Solution: "Untap" (disable) the tap (which we don't use). --- .github/scripts/install_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/install_deps.sh b/.github/scripts/install_deps.sh index db69820947..45693cf3c1 100755 --- a/.github/scripts/install_deps.sh +++ b/.github/scripts/install_deps.sh @@ -50,6 +50,7 @@ if [[ $OS == Linux ]]; then fi elif [[ $OS == Darwin ]]; then if [[ -n $TEST ]]; then + brew untap aws/tap brew install cpanminus fish fswatch npm install -g neovim