Skip to content

Commit

Permalink
fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Dec 20, 2023
1 parent 1e06d6f commit 0792767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-22.04 macos-latest windows-2019]
runs-on: ${{matrix.os}}
os: [ubuntu-22.04, macos-latest, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: ilammy/msvc-dev-cmd@v1
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0792767

Please sign in to comment.