Skip to content

Commit 0e4481a

Browse files
committed
update CI to also run tests on aarch64
1 parent ef643d8 commit 0e4481a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,12 @@ jobs:
6363
runs-on: ${{ matrix.os }}
6464
strategy:
6565
matrix:
66-
build: [Linux, macOS, Windows]
66+
build: [Linux_x86, Linux_aarch64, macOS, Windows]
6767
include:
68-
- build: Linux
68+
- build: Linux_x86
6969
os: ubuntu-latest
70+
- build: Linux_aarch64
71+
os: ubuntu-20.04-arm
7072
- build: macOS
7173
os: macos-latest
7274
- build: Windows

0 commit comments

Comments
 (0)