Skip to content

Commit da9c99e

Browse files
committed
CI: Add arm builds to the matrix
1 parent a790d77 commit da9c99e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
build_ruby: "3.1.6/x64"
2222
run_mri_spec: v3_4_1
2323

24+
- target_ruby: "3.4.1"
25+
arch: "arm-ucrt"
26+
build_ruby: "3.1.6/x64"
27+
run_mri_spec: v3_4_1
28+
2429
- target_ruby: "3.3.6"
2530
arch: "x86-msvcrt"
2631
build_ruby: "3.1.6/x64"
@@ -61,6 +66,11 @@ jobs:
6166
build_ruby: "3.0.7/x64"
6267
run_mri_spec: master
6368

69+
- target_ruby: "head"
70+
arch: "arm-ucrt"
71+
build_ruby: "3.1.6/x64"
72+
run_mri_spec: master
73+
6474
runs-on: windows-latest
6575
env:
6676
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)