Update macOS runner from deprecated macos-13 to macos-26#638
Update macOS runner from deprecated macos-13 to macos-26#638ynfle merged 3 commits intodependabot/github_actions/actions/cache-5.0.3from
Conversation
Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot are there options to pin the version of macos as the latest version but not use the |
Yes! You can pin to specific macOS versions. Currently available options: For Apple Silicon (Arm64):
For Intel (x64):
Since we currently use Would you like me to change from |
|
@copilot What about os version 26? |
macOS 26 is currently in beta status. It's available as
For production workflows, it's recommended to use GA (Generally Available) versions like |
|
@copilot let's change to the arm version of macos 26 |
Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
c3cb343
into
dependabot/github_actions/actions/cache-5.0.3
There was a problem hiding this comment.
Pull request overview
This pull request attempts to update the GitHub Actions workflow to replace the deprecated macos-13 runner with macos-26. However, macos-26 is not a valid GitHub Actions runner version. The PR description states this is an Apple Silicon/ARM beta runner, but this appears to be incorrect.
Changes:
- Updates the
runs-onvalue in.github/workflows/exercises.ymlfrommacos-13tomacos-26
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* .github: Bump actions/cache from 4.3.0 to 5.0.3 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update macOS runner from deprecated macos-13 to macos-26 (#638) * Initial plan * Update macOS runner from macos-13 to macos-latest Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com> * Change macOS runner to macos-26 (ARM beta version) Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: ynfle <23086821+ynfle@users.noreply.github.com>
The exercises workflow was using
macos-13, which was deprecated in December 2025 and is no longer available, causing the macOS job to be immediately cancelled.Changes
.github/workflows/exercises.ymlto usemacos-26(Apple Silicon/ARM beta) instead ofmacos-13Note:
macos-26is currently in beta status. This means some software may be unstable on the new platform, and there could be queueing issues as capacity is being balanced. Beta runners don't fall under the GitHub Actions SLA.💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.