Commit 2530f51 1 parent e3f9a77 commit 2530f51 Copy full SHA for 2530f51
File tree 1 file changed +9
-6
lines changed
1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -94,16 +94,19 @@ jobs:
94
94
fail-fast : false
95
95
max-parallel : 11
96
96
matrix :
97
- os : [macos -latest, ubuntu -latest, windows -latest]
97
+ os : [windows -latest, macos -latest, ubuntu -latest]
98
98
python : ["3.9", "3.11", "3.13"]
99
- node : [18.x, 20.x, 22.x]
99
+ node : [18.x, 20.x, 22.x, 23.x ]
100
100
include :
101
101
- os : macos-13
102
102
python : " 3.13"
103
- node : 22.x
103
+ node : 23.x
104
+ - os : ubuntu-24.04-arm
105
+ python : " 3.13"
106
+ node : 23.x
104
107
- os : windows-2025
105
108
python : " 3.13"
106
- node : 22 .x
109
+ node : 23 .x
107
110
name : ${{ matrix.os }} - ${{ matrix.python }} - ${{ matrix.node }}
108
111
runs-on : ${{ matrix.os }}
109
112
steps :
@@ -119,13 +122,13 @@ jobs:
119
122
python-version : ${{ matrix.python }}
120
123
env :
121
124
PYTHON_VERSION : ${{ matrix.python }} # Why do this?
122
- - uses : seanmiddleditch/gha-setup-ninja@v5
125
+ - uses : seanmiddleditch/gha-setup-ninja@v6
123
126
- name : Install Dependencies
124
127
run : |
125
128
npm install
126
129
pip install pytest
127
130
- name : Set Windows Env
128
- if : startsWith(matrix .os, 'windows')
131
+ if : runner .os == 'Windows'
129
132
run : |
130
133
echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV
131
134
echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV
You can’t perform that action at this time.
0 commit comments