Skip to content

Commit 8dd9e81

Browse files
committed
ARM
1 parent f10a767 commit 8dd9e81

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ on:
66

77
jobs:
88
test:
9-
runs-on: ubuntu-latest
9+
strategy:
10+
fail-fast: false
11+
matrix:
12+
os: [
13+
ubuntu-latest, # x64
14+
buildjet-2vcpu-ubuntu-2204-arm, # ARM
15+
]
16+
17+
runs-on: ${{matrix.os}}
1018

1119
steps:
1220
- name: Checkout ReScript

0 commit comments

Comments
 (0)