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 Sep 2, 2024
1 parent 537127e commit 95d709b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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
12 changes: 9 additions & 3 deletions .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,17 @@ 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.1"]
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.0-rc.2"]
exclude:
- os: ubuntu-24.04-arm64
python-version: "3.13.0-rc.1"
python-version: "3.13.0-rc.2"
- os: windows-11-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 95d709b

Please sign in to comment.