File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments