]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[GHA] Remove pinned `cmake` version in MacOS (#2905)
authors3rj1k <11349489+s3rj1k@users.noreply.github.com>
Wed, 3 Sep 2025 20:52:35 +0000 (22:52 +0200)
committerGitHub <noreply@github.com>
Wed, 3 Sep 2025 20:52:35 +0000 (23:52 +0300)
.github/workflows/macos.yml

index e606964e4b581f9aaead0b0441261414fd5d2498..5dd889689b2f53002005029e31adc6ba7df06549 100644 (file)
@@ -26,6 +26,8 @@ jobs:
         run: |
           brew update
           brew upgrade
+          # 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
           brew install \
             autoconf \