diff --git a/Examples/HelloWorld/Package.swift b/Examples/HelloWorld/Package.swift index c3729536..eca1e6ca 100644 --- a/Examples/HelloWorld/Package.swift +++ b/Examples/HelloWorld/Package.swift @@ -1,9 +1,4 @@ -// swift-tools-version:6.1 -// This example has to be in Swift 6.1 because it is used in the test archive plugin CI job -// That job runs on GitHub's ubuntu-latest environment that only supports Swift 6.1 -// https://github.com/actions/runner-images?tab=readme-ov-file -// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md -// We can update to Swift 6.2 when GitHUb hosts will have Swift 6.2 +// swift-tools-version:6.2 import PackageDescription diff --git a/Examples/ResourcesPackaging/Package.swift b/Examples/ResourcesPackaging/Package.swift index de70b4e5..7f99b5bd 100644 --- a/Examples/ResourcesPackaging/Package.swift +++ b/Examples/ResourcesPackaging/Package.swift @@ -1,9 +1,4 @@ -// swift-tools-version:6.1 -// This example has to be in Swift 6.1 because it is used in the test archive plugin CI job -// That job runs on GitHub's ubuntu-latest environment that only supports Swift 6.1 -// https://github.com/actions/runner-images?tab=readme-ov-file -// https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2404-Readme.md -// We can update to Swift 6.2 when GitHUb hosts will have Swift 6.2 +// swift-tools-version:6.2 import PackageDescription