Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Added Darwin-arm64 runner
  • Loading branch information
houmain committed Jun 15, 2024
1 parent 78ac37c commit 9a04ca9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ jobs:
- os: ubuntu-20.04
package: ZIP

- os: macos-11
- os: macos-12
package: ZIP

- os: macos-14
package: ZIP
configure_args: "-DCPACK_SYSTEM_NAME=Darwin-arm64"

steps:
- name: Setup Windows/MSVC
if: runner.os == 'Windows'
Expand All @@ -43,7 +47,7 @@ jobs:
submodules: recursive

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_INSTALL_PREFIX=dist
run: cmake -B ${{github.workspace}}/build -DCMAKE_INSTALL_PREFIX=dist ${{matrix.config.configure_args}}
- name: Build
run: cmake --build ${{github.workspace}}/build --config Release
- name: Install
Expand Down

0 comments on commit 9a04ca9

Please sign in to comment.