chore: pin all workflow runners to ubuntu-26.04#2962
Merged
Conversation
…ubuntu-26.04 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
Copilot
AI
changed the title
chore: update all workflow runners to ubuntu-26.04
chore: pin all workflow runners to ubuntu-26.04
Jun 13, 2026
Copilot created this pull request from a session on behalf of
pethers
June 13, 2026 21:09
View session
Contributor
🏷️ Automatic Labeling SummaryThis PR has been automatically labeled based on the files changed and PR metadata. Applied Labels: documentation,security,workflow,translation,ci-cd,deployment,performance,monitoring,testing,accessibility,size-m,news,agentic-workflow Label Categories
For more information, see |
Contributor
🔍 Lighthouse Performance Audit
📥 Download full Lighthouse report Budget Compliance: Performance budgets enforced via |
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.
Ubuntu 26.04 is now released. Replaces
ubuntu-latestandubuntu-slimacross all workflow files with the explicitubuntu-26.04pin to prevent unintended runner upgrades when GitHub changes whatubuntu-latestresolves to.Changes
Workflow runners (26
.ymlfiles)runs-on: ubuntu-latest→runs-on: ubuntu-26.04across all non-lock CI workflowsruns-on: ubuntu-slim→runs-on: ubuntu-26.04inagentics-maintenance.yml.lock.ymlfiles intentionally untouched — regenerated bycompile-agentic-workflows.ymlDocumentation
End-of-Life-Strategy.md: Updated Node.js 26 upgrade checklist item and CI/CD maintenance table row; changed strategy note from "Auto-updated by GitHub" → "Pinned; update when next LTS image releases"WORKFLOWS.md: AddedGitHub Actions Runner | ubuntu-26.04row to Technology Stack table