Skip to content

Commit 9933915

Browse files
committed
Windows arm - run gem install openssl
1 parent 421ad77 commit 9933915

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,5 @@ jobs:
116116

117117
- name: gem install openssl
118118
if: |
119-
((matrix.ruby >= '2.5') && (matrix.os == 'windows-2019'))
120-
|| ((matrix.ruby >= '2.4') && (matrix.os >= 'windows-2022'))
119+
((matrix.ruby >= '2.4') && ((matrix.os >= 'windows-2022') || (matrix.os >= 'windows-11-arm')))
121120
run: gem install openssl -N

0 commit comments

Comments
 (0)