File tree Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Expand file tree Collapse file tree 1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -155,20 +155,11 @@ jobs:
155
155
156
156
test-debug :
157
157
name : " Test: Debug"
158
- runs-on : ${{ matrix.os }}
159
- strategy :
160
- fail-fast : false
161
- matrix :
162
- label : ["Ubuntu"]
163
- include :
164
- - os : ubuntu-latest
165
- label : " Ubuntu"
166
-
158
+ runs-on : ubuntu-latest
167
159
env :
168
160
NODE_DEBUG : ' http'
169
161
ACTIONS_STEP_DEBUG : ' true'
170
162
ACTIONS_RUNNER_DEBUG : ' true'
171
-
172
163
steps :
173
164
- name : Harden Runner
174
165
uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
@@ -189,21 +180,9 @@ jobs:
189
180
190
181
test-no-token :
191
182
name : " Test: No Token"
192
- runs-on : ${{ matrix.os }}
183
+ runs-on : ubuntu-latest
193
184
permissions :
194
185
id-token : none
195
- strategy :
196
- fail-fast : false
197
- matrix :
198
- label : ["Ubuntu", "macOS M1", "Windows"]
199
- include :
200
- - os : ubuntu-latest
201
- label : " Ubuntu"
202
- - os : macos-13-xlarge
203
- label : " macOS M1"
204
- - os : windows-latest
205
- label : " Windows"
206
-
207
186
steps :
208
187
- name : Harden Runner
209
188
uses : step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
You can’t perform that action at this time.
0 commit comments