Skip to content

Commit

Permalink
chore: add ubuntu arm to ci test
Browse files Browse the repository at this point in the history
Signed-off-by: Keming <[email protected]>
  • Loading branch information
kemingy committed Jan 19, 2025
1 parent 5b285e2 commit cc6f07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
max-parallel: 18
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest , macos-13, macos-14]
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14]
exclude:
- python-version: "3.9"
os: "macos-14"
Expand Down

0 comments on commit cc6f07c

Please sign in to comment.