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 c2a0e9f commit e088280Copy full SHA for e088280
.github/workflows/ci.yml
@@ -489,9 +489,9 @@ jobs:
489
fail-fast: false
490
matrix:
491
include:
492
- - os: macos-13 # x64
+ - os: macos-13
493
target: darwin-x64
494
- - os: macos-14 # ARM
+ - os: macos-14
495
target: darwin-arm64
496
- os: ubuntu-24.04
497
target: linux-x64
@@ -534,7 +534,7 @@ jobs:
534
run: |
535
npm i --ignore-scripts --no-audit \
536
rescript-${{ needs.package.outputs.rescript_version }}.tgz \
537
- rescript-${{ matrix.target }}-${{ env.rescript_version }}.tgz
+ rescript-${{ matrix.target }}-${{ needs.package.outputs.rescript_version }}.tgz
538
shell: bash
539
working-directory: ${{ steps.tmp-dir.outputs.path }}
540
0 commit comments