From ece5cf7b4829abd30f39d54aac032128d3c5dcb2 Mon Sep 17 00:00:00 2001 From: s3rj1k <11349489+s3rj1k@users.noreply.github.com> Date: Wed, 3 Sep 2025 22:52:35 +0200 Subject: [PATCH] [GHA] Remove pinned `cmake` version in MacOS (#2905) --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.47.3