Skip to content

Commit b0a3685

Browse files
authored
chore: add ubuntu arm to ci test (#623)
Signed-off-by: Keming <[email protected]>
1 parent 5b285e2 commit b0a3685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
max-parallel: 18
6161
matrix:
6262
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
63-
os: [ubuntu-latest , macos-13, macos-14]
63+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-14]
6464
exclude:
6565
- python-version: "3.9"
6666
os: "macos-14"

0 commit comments

Comments
 (0)