Conversation
Co-authored-by: mikelrob <3390342+mikelrob@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update runs-on to use latest platforms in swift.yml
Update GitHub Actions runners to latest platforms
Nov 19, 2025
Owner
|
@copilot Remove the build-xc12_2-beta job. Then Remove the xcode-select step from the build-xc12. Then rename the build-xc12 to build-xcode-latest |
… build-xcode-latest Co-authored-by: mikelrob <3390342+mikelrob@users.noreply.github.com>
Contributor
Author
Done in commit 14611a6. The workflow now has a simplified |
Copilot
AI
changed the title
Update GitHub Actions runners to latest platforms
Update GitHub Actions runners to latest platforms and simplify workflow
Nov 19, 2025
Owner
|
@copilot The lint job doesnt work. Replace the swiftlint step with the github action cirruslabs/swiftlint-action@v1 |
Co-authored-by: mikelrob <3390342+mikelrob@users.noreply.github.com>
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates all GitHub Actions jobs in
swift.ymlto use current platform versions instead of deprecated runners and simplifies the workflow configuration.Changes
macos-10.15→macos-latest(lint, build-xcode-latest)ubuntu-20.04→ubuntu-latest(build-linux)build-xc12_2-betajobbuild-xc12tobuild-xcode-latestcirruslabs/swiftlint-action@v1GitHub action instead of running swiftlint directlyThe workflow now uses the default Xcode version available on the latest macOS runners, simplifying maintenance and ensuring compatibility with the most recent toolchain.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.