Skip to content

Commit 5698667

Browse files
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 5ce6890 commit 5698667

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/jit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: |
4444
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
4545
46-
jit-windows:
46+
windows:
4747
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
4848
needs: interpreter
4949
runs-on: ${{ matrix.runner }}
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
./PCbuild/rt.bat ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 4500 --verbose2 --verbose3
8585
86-
jit-macos:
86+
macos:
8787
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
8888
needs: interpreter
8989
runs-on: ${{ matrix.runner }}
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
128128
129-
jit-linux:
129+
linux:
130130
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
131131
needs: interpreter
132132
runs-on: ${{ matrix.runner }}
@@ -162,7 +162,7 @@ jobs:
162162
run: |
163163
./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
164164
165-
jit-linux-extras:
165+
linux-extras:
166166
name: ${{ matrix.name }}
167167
needs: interpreter
168168
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)