From: Andrey Volk Date: Fri, 10 Jul 2026 16:38:13 +0000 (+0300) Subject: [GHA] Fix macos workflow X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=287a71dc66671719a49cfb5d82a73e1cc6480ac6;p=thirdparty%2Ffreeswitch.git [GHA] Fix macos workflow --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e51ff574a8..cf79c73247 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | brew update - brew upgrade + brew upgrade --formula || true # Remove pinned cmake version (https://github.com/actions/runner-images/blob/macos-15-arm64/20250825.2246/images/macos/scripts/build/install-common-utils.sh#L19) brew uninstall --ignore-dependencies cmake || true # brew install libtiff openssl@3