Skip to content

Commit

Permalink
full matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Jul 17, 2023
1 parent a2f6928 commit decb0be
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@ name: test-windows

jobs:
test-windows:
runs-on: windows-latest
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }}

strategy:
matrix:
config:
- {os: macOS-latest}
- {os: windows-latest}
- {os: ubuntu-latest}

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

0 comments on commit decb0be

Please sign in to comment.