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 Jan 29, 2025
1 parent 3f15e94 commit 8ca7107
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -21,7 +21,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-arm, macos-13, macos-latest, windows-latest, windows-11-arm64]
python-version: ["3.12"]
steps:
- uses: actions/checkout@v4
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,13 @@ 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-arm, macos-13, macos-latest, windows-latest, windows-11-arm64]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
exclude:
- 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 8ca7107

Please sign in to comment.