Skip to content

ci(test.yml): migrate runners from ubuntu 24.04 to 26.04#185

Merged
mdevolde merged 1 commit into
jxmorris12:masterfrom
mdevolde:ci/ubuntu_version
Jun 13, 2026
Merged

ci(test.yml): migrate runners from ubuntu 24.04 to 26.04#185
mdevolde merged 1 commit into
jxmorris12:masterfrom
mdevolde:ci/ubuntu_version

Conversation

@mdevolde

@mdevolde mdevolde commented Jun 13, 2026

Copy link
Copy Markdown
Collaborator

ci(test.yml): migrate runners from ubuntu 24.04 to 26.04

Why the pull request was made

To keep up to date CI's runners.

Summary of changes

  • Change versions of runners from ubuntu 24.04 to ubuntu 26.04.
  • Remove setup-python action because we can set up Python with setup-uv.
  • Move config actions (setup-uv, setup-java) before checkout action (no need to clone the repo before tools config).
  • Set persist-credentials to false for checkout actions (useless because these tokens are "read-only", but good practice, especially if we perform some changes in the future with new permissions).

Screenshots (if appropriate):

Not applicable.

How has this been tested?

Not applicable.

Resources

Runners: https://github.com/actions/runner-images

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update (changes to documentation only)
  • Refactor / code style update (non-breaking change that improves code structure or readability)
  • Tests / CI improvement (adding or updating tests or CI configuration only)
  • Other (please describe):

Checklist

  • Followed the project's contributing guidelines.
  • Updated any relevant tests.
  • Updated any relevant documentation.
  • Added comments to your code where necessary.
  • Formatted your code, run the linters, checked types and tests.

@mdevolde mdevolde self-assigned this Jun 13, 2026
@mdevolde mdevolde force-pushed the ci/ubuntu_version branch from 485672d to ac79d41 Compare June 13, 2026 12:31
@mdevolde mdevolde force-pushed the ci/ubuntu_version branch from ac79d41 to c618529 Compare June 13, 2026 12:40
@mdevolde mdevolde merged commit 1cb1025 into jxmorris12:master Jun 13, 2026
10 checks passed
@mdevolde mdevolde deleted the ci/ubuntu_version branch June 13, 2026 12:47
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.

1 participant