Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
old bug in test.yml
  • Loading branch information
tschm authored Aug 30, 2023
1 parent 754d137 commit d550fa7
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 @@ -24,8 +24,8 @@ jobs:

test:
# The type of runner that the job will run on
runs-on: ubuntu-latest

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

0 comments on commit d550fa7

Please sign in to comment.