Skip to content

Conversation

@Marukome0743
Copy link

Description

This PR expands the GitHub Actions CI build strategy by updating the OS matrix in the workflow YAML to include two new target operating system versions.

File-Level Changes

Change Details Files
Expanded the OS matrix in the CI build job
  • Added ubuntu-24.04 to the matrix
  • Added windows-2025 to the matrix
.github/workflows/CI.yml

Motivation and Context

This pull request is needed because it updates the CI (Continuous Integration) matrix to include support for Ubuntu 24.04 and Windows 2025. By adding these environments, the repository ensures that its code is tested and verified to work on the latest operating systems, which improves compatibility and future-proofs the project.

How Has This Been Tested?

My forked repo.

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 change)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Jun 2, 2025

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

@escapedcat
Copy link
Member

Thanks, will not make these required for now, but good to have an 👁️ on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants