Skip to content

Update DEFAULT_RUNNER_LABELS to match current GitHub runners #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kfess
Copy link

@kfess kfess commented May 10, 2025

Summary

This PR updates the DEFAULT_RUNNER_LABELS array to reflect the current GitHub Actions runner support status, improving the VSCode auto-completion experience for workflow authors.

Changes Made

Removed unsupported runners:

  • ubuntu-18.04, ubuntu-20.04 (support ended April 2025)
  • macos-10.15, macos-11, macos-12 (support ended)

Added current runners:

  • ubuntu-22.04
  • ubuntu-24.04
  • windows-2025
  • windows-11-arm
  • macos-13, macos-14, macos-15
  • ARM variants: ubuntu-22.04-arm, ubuntu-24.04-arm
  • Large runners: macos-13-large, macos-14-large, macos-15-large, macos-latest-large
  • XLarge runners: macos-13-xlarge, macos-14-xlarge, macos-15-xlarge, macos-latest-xlarge

Validation

I conducted comprehensive validation of all GitHub Actions runners. Full results are available:

Related Issue

Resolves: #183

References

@Copilot Copilot AI review requested due to automatic review settings May 10, 2025 11:25
@kfess kfess requested a review from a team as a code owner May 10, 2025 11:25
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the DEFAULT_RUNNER_LABELS array to reflect the current GitHub Actions runner support status and improve auto-completion for workflow authors.

  • Removed unsupported legacy runner labels.
  • Added current and extended runner labels for Ubuntu, Windows, and macOS.
Comments suppressed due to low confidence (1)

languageservice/src/value-providers/default.ts:7

  • [nitpick] Consider grouping runner labels by operating system (e.g., Ubuntu, Windows, macOS) with inline comments to improve readability and maintainability.
export const DEFAULT_RUNNER_LABELS = [

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update DEFAULT_RUNNER_LABELS array to match currently supported runners
1 participant