Skip to content

Commit 5acd482

Browse files
committed
fix: drop windows from agent test (not yet supported)
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent f52156d commit 5acd482

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,16 +419,14 @@ jobs:
419419
strategy:
420420
fail-fast: false
421421
matrix:
422-
label: ["Ubuntu", "macOS M1", "macOS x86", "Windows"]
422+
label: ["Ubuntu", "macOS M1", "macOS x86"]
423423
include:
424424
- os: ubuntu-latest
425425
label: "Ubuntu"
426426
- os: macos-13-xlarge
427427
label: "macOS M1"
428428
- os: macos-13
429429
label: "macOS x86"
430-
- os: windows-latest
431-
label: "Windows"
432430

433431
steps:
434432
- name: Harden Runner

0 commit comments

Comments
 (0)