Skip to content

Commit b4b6f52

Browse files
committed
Rename install-swift-nightly.ps1 to install-swift-nightly-main.ps1
This script is only used when Docker is enabled, and the workflow was using the wrong name, leading to build failures. e.g. https://github.com/swiftlang/swift-build/actions/runs/19923980997/job/57119158460?pr=954 Easiest solution is to rename the file. For Docker, both "nightly" and "nightly-main" tags exist, so we can just use "nightly-main" which is both more consistent with other platforms and easier to use across the board.
1 parent 654658d commit b4b6f52

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ on:
7878
type: string
7979
description: "Include Windows Swift version list (JSON)"
8080
# "5.10" is omitted for Windows because the container image is broken.
81-
default: "[\"5.9\", \"6.0\", \"6.1\", \"6.2\", \"nightly\", \"nightly-6.2\"]"
81+
default: "[\"5.9\", \"6.0\", \"6.1\", \"6.2\", \"nightly-main\", \"nightly-6.2\"]"
8282
windows_exclude_swift_versions:
8383
type: string
8484
description: "Exclude Windows Swift version list (JSON)"

0 commit comments

Comments
 (0)