Skip to content

Commit

Permalink
fix runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 9, 2023
1 parent 0be8fba commit 76d1775
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 76d1775

Please sign in to comment.