From: s3rj1k <11349489+s3rj1k@users.noreply.github.com> Date: Wed, 3 Sep 2025 20:52:35 +0000 (+0200) Subject: [GHA] Remove pinned `cmake` version in MacOS (#2905) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ece5cf7b4829abd30f39d54aac032128d3c5dcb2;p=thirdparty%2Ffreeswitch.git [GHA] Remove pinned `cmake` version in MacOS (#2905) --- diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index e606964e4b..5dd889689b 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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 \