diff --git a/.github/workflows/node-gyp.yml b/.github/workflows/node-gyp.yml index 56cdb408..dac2ba56 100644 --- a/.github/workflows/node-gyp.yml +++ b/.github/workflows/node-gyp.yml @@ -10,14 +10,14 @@ jobs: fail-fast: false matrix: node-version: ["22"] - os: [macos-latest, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-2022] python-version: ["3.9", "3.11", "3.13"] include: - node-version: "22" os: macos-13 python-version: "3.13" - node-version: "22" - os: windows-2025 + os: windows-2022 python-version: "3.13" runs-on: ${{ matrix.os }} steps: