Skip to content

Commit

Permalink
strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Apr 9, 2024
1 parent 085e896 commit 9e50e85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on: [push, workflow_dispatch]

jobs:
build:

matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9e50e85

Please sign in to comment.