Skip to content

Commit 0653d69

Browse files
committed
Patch release (#1951)
* Allow doing a patch release * Turn off Windows 6.2
1 parent 3bfae1a commit 0653d69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
linux_pre_build_command: . .github/workflows/scripts/setup-linux.sh
105105
linux_build_command: ./scripts/test.sh
106106
# Windows
107-
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "6.0"}, {"swift_version": "6.1"}, {"swift_version": "nightly-6.1"}, {"swift_version": "nightly-6.2"}, {"swift_version": "nightly"}]'
107+
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "6.0"}, {"swift_version": "6.1"}, {"swift_version": "6.2"}, {"swift_version": "nightly-6.1"}, {"swift_version": "nightly-6.2"}, {"swift_version": "nightly"}]'
108108
windows_env_vars: |
109109
CI=1
110110
VSCODE_VERSION=insiders

0 commit comments

Comments
 (0)