Run clone-heavy workflows on ubuntu-24.04 instead of ubuntu-slim#43231
Merged
Conversation
Agent-Logs-Url: https://github.com/Azure/azure-rest-api-specs/sessions/095428d7-7925-4090-9f09-4512f3b13d7c Co-authored-by: mikeharder <9459391+mikeharder@users.noreply.github.com>
mikeharder
approved these changes
May 15, 2026
Next Steps to MergeNext steps that must be taken to merge this PR:
Comment generated by summarize-checks workflow run. |
Copilot
AI
changed the title
[.github] Upgrade clone-heavy workflows from ubuntu-slim to ubuntu-24.04
Run select workflows on ubuntu-24.04 instead of ubuntu-slim
May 15, 2026
mikeharder
approved these changes
May 15, 2026
Closed
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.
Workflows that check out the repo with
fetch-depth: 2were running onubuntu-slim, which is intended for sparse-checkout workloads. Switch these toubuntu-24.04.ubuntu-slim→ubuntu-24.04) for workflows performing afetch-depth: 2checkout:.github/workflows/protected-files.yaml.github/workflows/typespec-requirement.yaml.github/workflows/arm-lease-validation.yaml.github/workflows/arm-modeling-review.yamlubuntu-slimworkflows (all usesparse-checkout).fetch-depth: 0workflows (avocado-code,breaking-change-code,breaking-change-cross-version-code) — already onubuntu-24.04.