Skip to content

Commit

Permalink
add macos to build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Dec 5, 2024
1 parent 515d898 commit 9b67714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
os: [windows-2022, ubuntu-24.04]
os: [windows-2022, ubuntu-24.04, macos-14]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
# python-version: '2.7.18'

- name: boost
if: startsWith(matrix.os, 'ubuntu')
if: startsWith(matrix.os, 'ubuntu') || startsWith(matrix.os, 'macos')
run: sudo apt-get update && sudo apt-get install -yq libboost-dev

- uses: actions/setup-node@v4
Expand Down

0 comments on commit 9b67714

Please sign in to comment.