Skip to content

Commit

Permalink
Fix CI os
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Oct 28, 2024
1 parent b0b4ea5 commit 90293a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ jobs:

test:
name: Run tests
runs-on: [ubuntu-latest, macos-latest, windows-latest]
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit 90293a6

Please sign in to comment.