Skip to content

Use working GitHub Action runners#703

Merged
kasparsd merged 1 commit intomasterfrom
fix-deploy-github-runner
Jul 3, 2025
Merged

Use working GitHub Action runners#703
kasparsd merged 1 commit intomasterfrom
fix-deploy-github-runner

Conversation

@kasparsd
Copy link
Copy Markdown
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
jobs:
lint-js-css:
name: Lint JS & CSS
runs-on: ubuntu-latest
Copy link
Copy Markdown
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

2 participants