Skip to content

Commit

Permalink
fix tests os
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Nov 14, 2024
1 parent a2a47b3 commit 9b02b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ on:
jobs:
build:

runs-on: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.10", "3.11", "3.12"]

steps:
Expand Down

0 comments on commit 9b02b0f

Please sign in to comment.