Skip to content

Commit

Permalink
Added test and release on Mac ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
Emoun authored Feb 8, 2024
1 parent 237bdc4 commit 34be453
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/simulator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- platform: macos-12
cc: clang
cxx: clang++
- platform: macos-14
cc: clang
cxx: clang++
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/build-package
Expand All @@ -52,6 +55,9 @@ jobs:
- platform: macos-12
cc: clang
cxx: clang++
- platform: macos-14
cc: clang
cxx: clang++
# Run after the test jobs finish
needs: [test]
# Run only if this was triggered by a tag
Expand Down

0 comments on commit 34be453

Please sign in to comment.