Skip to content

Commit 46d77a7

Browse files
authored
Add ARM architecture support to CI workflow
Signed-off-by: Takeshi Watanabe <take-cheeze@users.noreply.github.com>
1 parent 1c53c6f commit 46d77a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [ubuntu-24.04, windows-2022, macos-15]
43+
os: [ubuntu-24.04, ubuntu-24.04-arm, windows-2022, macos-15]
4444
python: ["cp313t", "cp312", "cp311", "cp310"] # because of abi3 we don't need to build separate whls for python 3.13, 3.14
4545
steps:
4646
- uses: actions/checkout@v6.0.1

0 commit comments

Comments
 (0)