Skip to content

Commit 1b29d95

Browse files
committed
chore: restore x86 mac testing
Signed-off-by: Sam Gammon <[email protected]>
1 parent 3b1d25e commit 1b29d95

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,12 +209,14 @@ jobs:
209209
strategy:
210210
fail-fast: false
211211
matrix:
212-
label: ["Ubuntu", "macOS M1", "Windows"]
212+
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
213213
include:
214214
- os: ubuntu-latest
215215
label: "Ubuntu"
216216
- os: macos-13-xlarge
217217
label: "macOS M1"
218+
- os: macos-13
219+
label: "macOS x86"
218220
- os: windows-latest
219221
label: "Windows"
220222

@@ -243,12 +245,14 @@ jobs:
243245
strategy:
244246
fail-fast: false
245247
matrix:
246-
label: ["Ubuntu", "macOS M1", "Windows"]
248+
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
247249
include:
248250
- os: ubuntu-latest
249251
label: "Ubuntu"
250252
- os: macos-13-xlarge
251253
label: "macOS M1"
254+
- os: macos-13
255+
label: "macOS x86"
252256
- os: windows-latest
253257
label: "Windows"
254258

@@ -280,12 +284,14 @@ jobs:
280284
strategy:
281285
fail-fast: false
282286
matrix:
283-
label: ["Ubuntu", "macOS M1", "Windows"]
287+
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
284288
include:
285289
- os: ubuntu-latest
286290
label: "Ubuntu"
287291
- os: macos-13-xlarge
288292
label: "macOS M1"
293+
- os: macos-13
294+
label: "macOS x86"
289295
- os: windows-latest
290296
label: "Windows"
291297

@@ -334,12 +340,14 @@ jobs:
334340
strategy:
335341
fail-fast: false
336342
matrix:
337-
label: ["Ubuntu", "macOS M1", "Windows"]
343+
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
338344
include:
339345
- os: ubuntu-latest
340346
label: "Ubuntu"
341347
- os: macos-13-xlarge
342348
label: "macOS M1"
349+
- os: macos-13
350+
label: "macOS x86"
343351
- os: windows-latest
344352
label: "Windows"
345353

@@ -374,12 +382,16 @@ jobs:
374382
strategy:
375383
fail-fast: false
376384
matrix:
377-
label: ["Ubuntu", "macOS M1"]
385+
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
378386
include:
379387
- os: ubuntu-latest
380388
label: "Ubuntu"
381389
- os: macos-13-xlarge
382390
label: "macOS M1"
391+
- os: macos-13
392+
label: "macOS x86"
393+
- os: windows-latest
394+
label: "Windows"
383395

384396
steps:
385397
- name: Harden Runner

0 commit comments

Comments
 (0)