We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52156d commit 5acd482Copy full SHA for 5acd482
.github/workflows/ci.yml
@@ -419,16 +419,14 @@ jobs:
419
strategy:
420
fail-fast: false
421
matrix:
422
- label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
+ label: ["Ubuntu", "macOS M1", "macOS x86"]
423
include:
424
- os: ubuntu-latest
425
label: "Ubuntu"
426
- os: macos-13-xlarge
427
label: "macOS M1"
428
- os: macos-13
429
label: "macOS x86"
430
- - os: windows-latest
431
- label: "Windows"
432
433
steps:
434
- name: Harden Runner
0 commit comments