Skip to content

Commit 59c1bc0

Browse files
Stop gating on interpreter
1 parent 5698667 commit 59c1bc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/jit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
windows:
4747
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
48-
needs: interpreter
48+
4949
runs-on: ${{ matrix.runner }}
5050
timeout-minutes: 60
5151
strategy:
@@ -85,7 +85,7 @@ jobs:
8585
8686
macos:
8787
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
88-
needs: interpreter
88+
8989
runs-on: ${{ matrix.runner }}
9090
timeout-minutes: 60
9191
strategy:
@@ -128,7 +128,7 @@ jobs:
128128
129129
linux:
130130
name: ${{ matrix.target }} (${{ matrix.debug && 'Debug' || 'Release' }})
131-
needs: interpreter
131+
132132
runs-on: ${{ matrix.runner }}
133133
timeout-minutes: 60
134134
strategy:
@@ -164,7 +164,7 @@ jobs:
164164
165165
linux-extras:
166166
name: ${{ matrix.name }}
167-
needs: interpreter
167+
168168
runs-on: ubuntu-24.04
169169
timeout-minutes: 60
170170
strategy:

0 commit comments

Comments
 (0)