Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbinBouwmeester authored Aug 8, 2024
1 parent ce02170 commit bc31c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test:
strategy:
matrix:
system: [["3.10", "ubuntu-latest"], ["3.11", "ubuntu-latest"], ["3.12", "windows-latest"], ["3.12", "macos-latest"], ["3.12", "ubuntu-latest"]]
system: [["3.10", "ubuntu-latest"], ["3.11", "ubuntu-latest"], ["3.12", "macos-latest"], ["3.12", "ubuntu-latest"]]
runs-on: ${{ matrix.system[1] }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bc31c7a

Please sign in to comment.