diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 445998071b..20d9d8c74f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/.github/workflows/visual-studio.yml b/.github/workflows/visual-studio.yml index 88514e297f..25c8d389d8 100644 --- a/.github/workflows/visual-studio.yml +++ b/.github/workflows/visual-studio.yml @@ -14,7 +14,6 @@ jobs: visual-studio: strategy: fail-fast: false - max-parallel: 8 matrix: include: - os: windows-2022