Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,13 @@ jobs:
max-parallel: 11
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python: ["3.10", "3.12", "3.14"]
python: ["3.10", "3.12", "3.14", "3.15"]
node: [22.x, 24.x, 26.x]
include:
- os: macos-15-intel # macOS on Intel
- os: macos-26-intel # macOS on Intel
python: "3.14"
node: 26.x
- os: ubuntu-24.04-arm # Ubuntu on ARM
- os: ubuntu-26.04-arm # Ubuntu on ARM
python: "3.14"
node: 26.x
- os: windows-11-arm # Windows on ARM
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/visual-studio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
visual-studio:
strategy:
fail-fast: false
max-parallel: 8
matrix:
include:
- os: windows-2022
Expand Down
Loading