We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd62bb commit 8bebd80Copy full SHA for 8bebd80
1 file changed
.github/workflows/build.yml
@@ -142,7 +142,8 @@ jobs:
142
id: platform
143
run: |
144
platform=${{ matrix.os }}
145
- platform=${platform/windows-*/windows-latest}
+ platform=${platform/windows-2019/windows-latest}
146
+ platform=${platform/windows-11-arm/windows-arm64}
147
echo "platform=$platform" >> $GITHUB_OUTPUT
148
shell: bash
149
- name: Set ruby
0 commit comments