File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -294,7 +294,11 @@ jobs:
294
294
- name : Install dependencies (MacOS)
295
295
if : startsWith(matrix.os, 'macos')
296
296
run : |
297
- brew install boost openssl rapidjson p7zip create-dmg cmake tree
297
+ brew install openssl rapidjson p7zip create-dmg cmake tree
298
+ brew tap-new gh/local-boost
299
+ brew tap homebrew/core --force
300
+ brew extract --version=1.86.0 boost gh/local-boost
301
+
298
302
shell : bash
299
303
300
304
- name : Build (MacOS)
Original file line number Diff line number Diff line change 57
57
58
58
- name : Install dependencies
59
59
run : |
60
- brew install boost openssl rapidjson p7zip create-dmg cmake
60
+ brew install openssl rapidjson p7zip create-dmg cmake
61
+ brew tap-new gh/local-boost
62
+ brew tap homebrew/core --force
63
+ brew extract --version=1.86.0 boost gh/local-boost
64
+
61
65
62
66
- name : Install httpbox
63
67
run : |
Original file line number Diff line number Diff line change 3
3
## Unversioned
4
4
5
5
- Bugfix: Fixed scrollbar highlights being visible in overlay windows. (#5769 )
6
+ - Dev: Hard-code Boost 1.86.0 in macos CI builders. (#5774 )
6
7
7
8
## 2.5.2-beta.1
8
9
You can’t perform that action at this time.
0 commit comments