Skip to content

Commit

Permalink
Test on Apple m1 chips in github actions CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
insertinterestingnamehere committed Oct 19, 2023
1 parent 01e3075 commit e087699
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
timeout --foreground 2m make check
mac_build:
runs-on: macos-latest
strategy:
matrix:
runner: [macos-latest, macos-latest-xlarge] # xlarge is m1
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v2
- name: install deps
Expand Down

0 comments on commit e087699

Please sign in to comment.