Skip to content
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

feat(ci): runs-on: ubuntu-22.04 -> ubuntu-24.04 #1686

Merged
merged 1 commit into from
Jan 15, 2025
Merged

feat(ci): runs-on: ubuntu-22.04 -> ubuntu-24.04 #1686

merged 1 commit into from
Jan 15, 2025

Conversation

wdconinc
Copy link
Contributor

@wdconinc wdconinc commented Dec 3, 2024

Briefly, what does this PR introduce?

This PR updates the target operating system for CI jobs, from ubuntu-latest to a more explicit ubuntu-24.04. This is in part to test that the automatic update of implicit ubuntu-latest will not break anything (actions/runner-images#10636), and in part because it makes sense to be explicit about the target operating system.

What kind of change does this PR introduce?

Please check if this PR fulfills the following:

  • Tests for the changes have been added
  • Documentation has been added / updated
  • Changes have been communicated to collaborators

Does this PR introduce breaking changes? What changes might users need to make to their code?

No.

Does this PR change default behavior?

Yes, for the next few days ubuntu-latest will still be ubuntu-22.04, and this will mean an upgrade to ubuntu-24.04.

github-merge-queue bot pushed a commit that referenced this pull request Dec 3, 2024
### Briefly, what does this PR introduce?
This PR updates the target operating system for CI jobs, from
ubuntu-latest to a more explicit ubuntu-22.04. This is in part to avoid
the automatic update of implicit ubuntu-latest that will break
everything (#1686), and in part
because it makes sense to be explicit about the target operating system.

### What kind of change does this PR introduce?
- [ ] Bug fix (issue #__)
- [x] New feature (issue
actions/runner-images#10636)
- [ ] Documentation update
- [ ] Other: __

### Please check if this PR fulfills the following:
- [ ] Tests for the changes have been added
- [ ] Documentation has been added / updated
- [ ] Changes have been communicated to collaborators

### Does this PR introduce breaking changes? What changes might users
need to make to their code?
No.

### Does this PR change default behavior?
No.
@veprbl veprbl changed the title feat(ci): runs-on: ubuntu-latest -> ubuntu-24.04 feat(ci): runs-on: ubuntu-22.04 -> ubuntu-24.04 Jan 14, 2025
@veprbl veprbl added this pull request to the merge queue Jan 15, 2025
Merged via the queue into main with commit fddfc5f Jan 15, 2025
85 of 86 checks passed
@veprbl veprbl deleted the ubuntu-24.04 branch January 15, 2025 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants