Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 721a365

Browse filesBrowse files
Rename install-swift-nightly.ps1 to install-swift-nightly-main.ps1 (#200)
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 736dbca commit 721a365
Copy full SHA for 721a365

File tree

Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎.github/workflows/swift_package_test.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/swift_package_test.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.