Skip to content

Commit

Permalink
.github/workflows/build_targets: Add MacOs M1 to build target
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Jun 5, 2024
1 parent 9c353f7 commit fc5affa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
os: ubuntu-latest
target: wasm32-unknown-unknown

- name: MacOS M1
os: macos-14
target: aarch64-apple-darwin



runs-on: ${{ matrix.os }}


Expand Down

0 comments on commit fc5affa

Please sign in to comment.