Skip to content

Commit ec6e590

Browse files
committed
Add CI test run on Windows on ARM64
1 parent 2b4d25c commit ec6e590

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,27 @@ jobs:
705705
- run: ./scripts/test-gem-install gems
706706
shell: bash
707707

708+
cruby-aarch64-mingw-ucrt-install:
709+
needs: ["cruby-package", "ruby_versions"]
710+
strategy:
711+
fail-fast: false
712+
matrix:
713+
ruby: ["3.4"]
714+
runs-on: windows-11-arm
715+
steps:
716+
- uses: actions/checkout@v4
717+
with:
718+
submodules: true
719+
- uses: ruby/setup-ruby@v1
720+
with:
721+
ruby-version: "${{matrix.ruby}}"
722+
- uses: actions/download-artifact@v4
723+
with:
724+
name: cruby-aarch64-mingw-ucrt-gem
725+
path: gems
726+
- run: ./scripts/test-gem-install gems
727+
shell: bash
728+
708729
jruby-package:
709730
needs: ["rcd_image_version"]
710731
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)