Skip to content

Conversation

kasparsd
Copy link
Collaborator

@kasparsd kasparsd commented Jul 3, 2025

Bump GitHub action runners to known stable versions.

What?

Locks the GitHub Actions runners to ubuntu-24.04.

Why?

Fixes #702.

How?

Testing Instructions

Screenshots or screencast

Changelog Entry

Added - New feature.
Changed - Existing functionality.
Deprecated - Soon-to-be removed feature.
Removed - Feature.
Fixed - Bug fix.
Security - Vulnerability.

Avoid using latest to avoid unexpected behaviour
@@ -12,7 +12,7 @@ concurrency:
jobs:
lint-js-css:
name: Lint JS & CSS
runs-on: ubuntu-latest
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Don't use latest because it is a moving target. Things tend to start breaking as upstream bumps these runners.

@kasparsd kasparsd merged commit b27381a into master Jul 3, 2025
54 checks passed
@kasparsd kasparsd deleted the fix-deploy-github-runner branch July 3, 2025 17:19
@jeffpaul jeffpaul added this to the 0.14.0 milestone Jul 3, 2025
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.

Deployments:
2 participants