Skip to content

Commit f8affd5

Browse files
committed
fix: drop matrix from linux-only steps
Signed-off-by: Sam Gammon <[email protected]>
1 parent fdbc0a4 commit f8affd5

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -155,20 +155,11 @@ jobs:
155155

156156
test-debug:
157157
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
167159
env:
168160
NODE_DEBUG: 'http'
169161
ACTIONS_STEP_DEBUG: 'true'
170162
ACTIONS_RUNNER_DEBUG: 'true'
171-
172163
steps:
173164
- name: Harden Runner
174165
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1
@@ -189,21 +180,9 @@ jobs:
189180

190181
test-no-token:
191182
name: "Test: No Token"
192-
runs-on: ${{ matrix.os }}
183+
runs-on: ubuntu-latest
193184
permissions:
194185
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-
207186
steps:
208187
- name: Harden Runner
209188
uses: step-security/harden-runner@eb238b55efaa70779f274895e782ed17c84f2895 # v2.6.1

0 commit comments

Comments
 (0)