diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index be333d278..8570a29f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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