Skip to content

Commit e088280

Browse files
committed
fix installation test
1 parent c2a0e9f commit e088280

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -489,9 +489,9 @@ jobs:
489489
fail-fast: false
490490
matrix:
491491
include:
492-
- os: macos-13 # x64
492+
- os: macos-13
493493
target: darwin-x64
494-
- os: macos-14 # ARM
494+
- os: macos-14
495495
target: darwin-arm64
496496
- os: ubuntu-24.04
497497
target: linux-x64
@@ -534,7 +534,7 @@ jobs:
534534
run: |
535535
npm i --ignore-scripts --no-audit \
536536
rescript-${{ needs.package.outputs.rescript_version }}.tgz \
537-
rescript-${{ matrix.target }}-${{ env.rescript_version }}.tgz
537+
rescript-${{ matrix.target }}-${{ needs.package.outputs.rescript_version }}.tgz
538538
shell: bash
539539
working-directory: ${{ steps.tmp-dir.outputs.path }}
540540

0 commit comments

Comments
 (0)