Skip to content

Commit

Permalink
Merge pull request #218 from bitshares/macos-11
Browse files Browse the repository at this point in the history
Add macOS 11 Big Sur to matrix in Github CI
  • Loading branch information
abitmore authored Dec 18, 2020
2 parents 3dbe0ea + 298d6bc commit 542e481
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ env:
jobs:
test-macos:
name: Build and run tests in macOS
runs-on: macos-latest
strategy:
matrix:
os: [macos-10.15, macos-11.0]
runs-on: ${{ matrix.os }}
steps:
- name: Install dependencies
run: |
brew install autoconf automake libtool
brew install ccache
brew install parallel
brew search boost
brew install bitshares/boost/[email protected]
- uses: actions/checkout@v2
Expand Down

0 comments on commit 542e481

Please sign in to comment.