fix gh actions macos builder (#5774)
This commit is contained in:
@@ -294,7 +294,11 @@ jobs:
|
|||||||
- name: Install dependencies (MacOS)
|
- name: Install dependencies (MacOS)
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: startsWith(matrix.os, 'macos')
|
||||||
run: |
|
run: |
|
||||||
brew install boost openssl rapidjson p7zip create-dmg cmake tree
|
brew install openssl rapidjson p7zip create-dmg cmake tree
|
||||||
|
brew tap-new gh/local-boost
|
||||||
|
brew tap homebrew/core --force
|
||||||
|
brew extract --version=1.86.0 boost gh/local-boost
|
||||||
|
brew install boost@1.86.0
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Build (MacOS)
|
- name: Build (MacOS)
|
||||||
|
|||||||
@@ -57,7 +57,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
brew install boost openssl rapidjson p7zip create-dmg cmake
|
brew install openssl rapidjson p7zip create-dmg cmake
|
||||||
|
brew tap-new gh/local-boost
|
||||||
|
brew tap homebrew/core --force
|
||||||
|
brew extract --version=1.86.0 boost gh/local-boost
|
||||||
|
brew install boost@1.86.0
|
||||||
|
|
||||||
- name: Install httpbox
|
- name: Install httpbox
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
## Unversioned
|
## Unversioned
|
||||||
|
|
||||||
- Bugfix: Fixed scrollbar highlights being visible in overlay windows. (#5769)
|
- Bugfix: Fixed scrollbar highlights being visible in overlay windows. (#5769)
|
||||||
|
- Dev: Hard-code Boost 1.86.0 in macos CI builders. (#5774)
|
||||||
|
|
||||||
## 2.5.2-beta.1
|
## 2.5.2-beta.1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user