Skip to content

Commit

Permalink
[Feat] Add arm64 build (#60)
Browse files Browse the repository at this point in the history
updates to macos 13
  • Loading branch information
Etaash-mathamsetty authored Jan 19, 2025
1 parent 0d191e7 commit c891f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
max-parallel: 3
matrix:
os: [ubuntu-20.04, macos-12, macos-14, windows-2022]
os: [ubuntu-20.04, ubuntu-22.04-arm, macos-13, macos-14, windows-2022]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit c891f44

Please sign in to comment.