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.
1 parent fd5cb50 commit 2c5aaf4Copy full SHA for 2c5aaf4
.github/workflows/build.yml
@@ -283,9 +283,10 @@ jobs:
283
id: platform
284
run: |
285
platform=${{ matrix.os }}
286
- platform=${platform/macos-13/macos-latest}
287
- platform=${platform/macos-14/macos-13-arm64}
288
- platform=${platform/%-arm/-arm64}
+ platform=${platform/macos-13/darwin-x64}
+ platform=${platform/macos-14/darwin-arm64}
+ platform=${platform/%.04/.04-x64}
289
+ platform=${platform/%.04-arm/.04-arm64}
290
echo "platform=$platform" >> $GITHUB_OUTPUT
291
- name: Download binaries from previous release
292
run: gh release download "${{ needs.prepare.outputs.previous_release }}" --pattern "ruby-${{ matrix.name }}-${{ steps.platform.outputs.platform }}.tar.gz"
0 commit comments