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 18, 2024
1 parent eb977c5 commit 658f37d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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
8 changes: 7 additions & 1 deletion .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]
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.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 658f37d

Please sign in to comment.