Skip to content

Commit e872e37

Browse files
authored
add aarch64 to Ubuntu workflow (#1411)
1 parent 3f843ec commit e872e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python: [ "3.10", "3.11", "3.12", "3.13" ]
13-
os: [ ubuntu-24.04 ]
13+
os: [ ubuntu-24.04, ubuntu-24.04-arm ]
1414
compiler: [gcc, clang14]
1515
rust: [1.62.1]
1616
defaults:

0 commit comments

Comments
 (0)