Skip to content

Commit

Permalink
maybe also for normal tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Oct 2, 2024
1 parent b729f5f commit c533275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
python: ["3.9", "3.10", "3.11", "3.12"]
os: [macos-latest, windows-latest]
python: ["3.11"]

steps:
- uses: compas-dev/compas-actions.build@v4
Expand Down

0 comments on commit c533275

Please sign in to comment.