Skip to content

Commit

Permalink
fix environment
Browse files Browse the repository at this point in the history
  • Loading branch information
xujuntwt95329 committed Dec 20, 2023
1 parent 98b8fd3 commit bc033b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ts2wasm_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:

jobs:
install_dependencies:
runs-on: ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
# node-version: [10.x, 12.x, 14.x, 15.x, 16.x]
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
# - lts/*
# - lts/-1
os: [macos-12, macos-14]
runs-on: ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit bc033b9

Please sign in to comment.