Skip to content

Commit

Permalink
chore(ci): build & test macos with Boost 1.87
Browse files Browse the repository at this point in the history
or whatever is currently available in homebrew
  • Loading branch information
pajlada committed Jan 19, 2025
1 parent e92067b commit b66475f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,7 @@ jobs:
- name: Install dependencies (MacOS)
if: startsWith(matrix.os, 'macos')
run: |
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 [email protected]
brew install openssl rapidjson p7zip create-dmg cmake tree boost
shell: bash

- name: Build (MacOS)
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ jobs:

- name: Install dependencies
run: |
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 [email protected]
brew install openssl rapidjson p7zip create-dmg cmake boost
- name: Install httpbox
run: |
Expand Down

0 comments on commit b66475f

Please sign in to comment.