ci(macos): use locally installed version of cmake (#6430)

This commit is contained in:
pajlada
2025-08-30 12:13:29 +02:00
committed by GitHub
parent 30dbdba620
commit 361099321d
3 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -285,7 +285,8 @@ jobs:
- name: Install dependencies (MacOS)
if: startsWith(matrix.os, 'macos')
run: |
brew install openssl rapidjson p7zip create-dmg cmake tree boost
# brew install openssl rapidjson p7zip create-dmg cmake tree boost
brew install openssl rapidjson p7zip create-dmg tree boost
shell: bash
- name: Build (MacOS)