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) - name: Install dependencies (MacOS)
if: startsWith(matrix.os, 'macos') if: startsWith(matrix.os, 'macos')
run: | 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 shell: bash
- name: Build (MacOS) - name: Build (MacOS)
+2 -1
View File
@@ -45,7 +45,8 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
brew install openssl rapidjson p7zip create-dmg cmake boost # brew install openssl rapidjson p7zip create-dmg cmake boost
brew install openssl rapidjson p7zip create-dmg boost
- name: Install httpbox - name: Install httpbox
run: | run: |
+1
View File
@@ -118,6 +118,7 @@
- Dev: Added an explicit `frozen` flag to `Message`. (#6367) - Dev: Added an explicit `frozen` flag to `Message`. (#6367)
- Dev: Stop sending `JOIN`/`PART` commands for channels starting with `/`. (#6376) - Dev: Stop sending `JOIN`/`PART` commands for channels starting with `/`. (#6376)
- Dev: Error handlers for Sol check functions now take a function reference over an owning type. (#6393) - Dev: Error handlers for Sol check functions now take a function reference over an owning type. (#6393)
- Dev: Fix macOS CI build issues. (#6430)
## 2.5.3 ## 2.5.3