Skip to content

Commit

Permalink
add m1 macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Feb 2, 2024
1 parent 9ec1711 commit e268235
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ on:
type: string
jobs:
build:
runs-on: macos-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-13, macos-14]
env:
boost_version: 1.84.0
BOOST_ROOT: ${{ github.workspace }}/deps/boost-1.84.0
Expand Down

0 comments on commit e268235

Please sign in to comment.