Skip to content

Commit 8c5f7b9

Browse files
leogdionheckj
andauthored
Update content/actions/tutorials/build-and-test-code/swift.md
Co-authored-by: Joseph Heck <j_heck@apple.com>
1 parent 368be17 commit 8c5f7b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/actions/tutorials/build-and-test-code

content/actions/tutorials/build-and-test-code/swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ steps:
159159

160160
## Building and testing on Linux with a container
161161

162-
On {% data variables.product.prodname_dotcom %}-hosted Linux runners, you can run your job inside an official Swift container image, which already includes the Swift toolchain. This means you don't need a separate step to install Swift.
162+
On {% data variables.product.prodname_dotcom %}-hosted Linux runners, you can run your job inside an official Swift container image, that includes the Swift toolchain. With these images, you don't need a separate step to install Swift.
163163

164164
Released Swift versions are published as the [`swift`](https://hub.docker.com/_/swift) official images on Docker Hub (for example, `swift:6.3` or `swift:6.3-noble`). To test against unreleased toolchains, use the nightly snapshot images published as [`swiftlang/swift`](https://hub.docker.com/r/swiftlang/swift) (for example, `swiftlang/swift:nightly-main` or `swiftlang/swift:nightly-6.2-noble`). For more information, see [Swift on Docker](https://www.swift.org/documentation/docker/) on Swift.org.
165165

0 commit comments

Comments
 (0)