Skip to content

Commit

Permalink
add windows to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Feb 4, 2025
1 parent 8fff1b8 commit f09dd31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "macos-13", "macos-14"] # windows fails, macos13 is x86_64 and macos-latest=14 is arm64
os: ["ubuntu-latest", "macos-13", "macos-14", "windows-latest"] # macos13 is x86_64 and macos-latest=14 is arm64
# monitor https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit f09dd31

Please sign in to comment.