]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Fix macos workflow
authorAndrey Volk <andywolk@gmail.com>
Fri, 10 Jul 2026 16:38:13 +0000 (19:38 +0300)
committerGitHub <noreply@github.com>
Fri, 10 Jul 2026 16:38:13 +0000 (19:38 +0300)
.github/workflows/macos.yml

index e51ff574a8845410c15ca22a98fb67ff971d31c8..cf79c7324794f7764dbe32c8b014c6c1f1d55bba 100644 (file)
@@ -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