We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f7771 commit 809fe99Copy full SHA for 809fe99
1 file changed
.github/workflows/node-gyp.yml
@@ -10,14 +10,14 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version: ["22"]
13
- os: [macos-latest, ubuntu-latest, windows-latest]
+ os: [macos-latest, ubuntu-latest, windows-2022]
14
python-version: ["3.9", "3.11", "3.13"]
15
include:
16
- node-version: "22"
17
os: macos-13
18
python-version: "3.13"
19
20
- os: windows-2025
+ os: windows-2022
21
22
runs-on: ${{ matrix.os }}
23
steps:
0 commit comments