From a16eda464f4832683d08ea92afaea0cec1a86673 Mon Sep 17 00:00:00 2001 From: Matthew John Cheetham Date: Wed, 5 Aug 2026 13:07:17 +0100 Subject: [PATCH] fixup! azure-pipelines: build, sign, notarize and stage the macOS installer --- .azure-pipelines/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index 997b46b2678cf5..8c86436f862267 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -728,6 +728,9 @@ extends: "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" arch -x86_64 /usr/local/bin/brew install gettext + # Ensure native Homebrew (arm64) is up-to-date beforehand. + HOMEBREW_NO_AUTO_UPDATE='' brew update + # Native (arm64) build dependencies. brew install automake asciidoc xmlto docbook brew link --force gettext