Skip to content

Commit

Permalink
Add Windows 11 ARM64 to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 1, 2024
1 parent 6542d60 commit dd2e12e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-22.04-arm64, macos-13, macos-latest, windows-latest]
os: [ubuntu-20.04, ubuntu-22.04-arm64, macos-13, macos-latest, windows-latest, windows-11-arm64]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, ubuntu-24.04-arm64, macos-13, macos-latest, windows-latest]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13.0-rc.2"]
os: [ubuntu-latest, ubuntu-24.04-arm64, macos-13, macos-latest, windows-latest, windows-11-arm64]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- os: ubuntu-24.04-arm64
python-version: "3.13.0-rc.2"
- os: windows-11-arm64
python-version: "3.9"
- os: windows-11-arm64
python-version: "3.10"
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit dd2e12e

Please sign in to comment.