Skip to content

Commit

Permalink
[Feat] Add arm64 support (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
Etaash-mathamsetty authored Jan 20, 2025
1 parent 75fc576 commit 8a38ff1
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 @@ -7,7 +7,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 8a38ff1

Please sign in to comment.