Skip to content

Commit

Permalink
Add arm64 macOS testing to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Sep 22, 2024
1 parent a8aef64 commit 5919b17
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,13 @@ jobs:
path-to-lcov: ./build/coverage/nvc.info

build-mac:
name: Mac OS
runs-on: macos-12
strategy:
matrix:
include:
- { os: macos-12, arch: x86_64 }
- { os: macos-14, arch: arm64 }
name: Mac OS (${{ matrix.arch }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5919b17

Please sign in to comment.