Skip to content

Commit

Permalink
feat(ci): run unit tests and check build on M1 Mac (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd authored Jan 31, 2024
1 parent c033bd2 commit 98d751e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-latest }
- { target: x86_64-apple-darwin, os: macos-latest }
- { target: aarch64-apple-ios, os: macos-latest }
- { target: aarch64-apple-darwin, os: macos-14 }
- { target: aarch64-linux-android, os: ubuntu-latest }

runs-on: ${{ matrix.platform.os }}
Expand Down

0 comments on commit 98d751e

Please sign in to comment.