Skip to content

Commit

Permalink
Fix how to specify multiple OSes in run_tests.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunabe committed May 12, 2023
1 parent 120cae3 commit 91c0de3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Expand Up @@ -9,10 +9,11 @@ on:
jobs:
build:

runs-on: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [18.x, 20.x]

steps:
Expand Down

0 comments on commit 91c0de3

Please sign in to comment.