Skip to content

Commit cf52c98

Browse files
committed
Update CI to include an ARM target
1 parent c56bd91 commit cf52c98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: Install rust
9797
uses: dtolnay/rust-toolchain@stable
98-
98+
9999
- name: use stable rust
100100
run: rustup override set stable
101101

@@ -112,10 +112,12 @@ jobs:
112112
runs-on: ${{ matrix.os }}
113113
strategy:
114114
matrix:
115-
build: [Linux, macOS, Windows]
115+
build: [Linux, Linux-ARM, macOS, Windows]
116116
include:
117117
- build: Linux
118118
os: ubuntu-latest
119+
- build: Linux-ARM
120+
os: ubuntu-24.04-arm
119121
- build: macOS
120122
os: macos-latest
121123
- build: Windows

0 commit comments

Comments
 (0)