Skip to content

Commit 8bebd80

Browse files
ntkmeeregon
authored andcommittedApr 25, 2025·
Add jruby on windows-11-arm
1 parent fdd62bb commit 8bebd80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ jobs:
142142
id: platform
143143
run: |
144144
platform=${{ matrix.os }}
145-
platform=${platform/windows-*/windows-latest}
145+
platform=${platform/windows-2019/windows-latest}
146+
platform=${platform/windows-11-arm/windows-arm64}
146147
echo "platform=$platform" >> $GITHUB_OUTPUT
147148
shell: bash
148149
- name: Set ruby

0 commit comments

Comments
 (0)
Please sign in to comment.