Skip to content

Commit 47ae56f

Browse files
committed
ci: include Ubuntu 24.04 ARM in test matrix
1 parent 3c1953b commit 47ae56f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,13 @@ jobs:
180180
strategy:
181181
fail-fast: false
182182
matrix:
183-
os: [ubuntu-24.04, macos-14, windows-latest]
183+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, windows-latest]
184184

185185
include:
186186
- os: ubuntu-24.04
187187
test-args: --features full,unstable,future_dmq --workspace
188+
- os: ubuntu-24.04-arm
189+
test-args: --features full,unstable,future_dmq --workspace
188190
# Exclude nodes not officially supported on Windows and macOS (only mithril-client is supported)
189191
- os: macos-14
190192
test-args: >

0 commit comments

Comments
 (0)