summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2024-05-19 15:23:24 +1000
committerGitHub <noreply@github.com>2024-05-19 15:23:24 +1000
commit93023511ab0f334bb0394d279b9175d46fe1b3c6 (patch)
tree07476e2841f8e4b7afdcdf6643eb4c13674273e0
parent2420487e55fb922e93fae846cee1a73244358019 (diff)
macOS install script: remove `brew upgrade --ignore-pinned` (#23735)0.24.11
-rwxr-xr-xutil/install/macos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/macos.sh b/util/install/macos.sh
index 8890c5a3f0..a1b79fe868 100755
--- a/util/install/macos.sh
+++ b/util/install/macos.sh
@@ -9,7 +9,7 @@ _qmk_install_prepare() {
return 1
fi
- brew update && brew upgrade --formulae --ignore-pinned
+ brew update && brew upgrade --formulae
}
_qmk_install() {