Skip to content

Commit 0212c2a

Browse files
authored
Disable nightly-6.1 run for Windows (#1573)
* Disable nightly-6.1 run for Windows Hasn't been a build off release/6.1 since March 3rd but we need the fix for swiftlang/swift#80144 that was made March 25th * Fix lint issue
1 parent 1ac847f commit 0212c2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
6363
linux_build_command: ./scripts/test.sh
6464
# Windows
65+
windows_exclude_swift_versions: '[{"swift_version": "nightly-6.1"}]' # Missing https://github.com/swiftlang/swift/pull/80144
6566
windows_env_vars: |
6667
CI=1
6768
VSCODE_SWIFT_VSIX_ID=${{needs.package.outputs.artifact-id}}

0 commit comments

Comments
 (0)