We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gem install openssl
1 parent 421ad77 commit 9933915Copy full SHA for 9933915
.github/workflows/ruby.yml
@@ -116,6 +116,5 @@ jobs:
116
117
- name: gem install openssl
118
if: |
119
- ((matrix.ruby >= '2.5') && (matrix.os == 'windows-2019'))
120
- || ((matrix.ruby >= '2.4') && (matrix.os >= 'windows-2022'))
+ ((matrix.ruby >= '2.4') && ((matrix.os >= 'windows-2022') || (matrix.os >= 'windows-11-arm')))
121
run: gem install openssl -N
0 commit comments