Skip to content

Commit a435c83

Browse files
committed
Allow Windows CI to fail without blocking workflow
1 parent d7c6202 commit a435c83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
os: [macos-15, ubuntu-latest, windows-latest]
1717

1818
runs-on: ${{ matrix.os }}
19+
continue-on-error: ${{ matrix.os == 'windows-latest' }}
1920

2021
steps:
2122
- uses: SwiftyLab/setup-swift@main

0 commit comments

Comments
 (0)