-
Notifications
You must be signed in to change notification settings - Fork 23
[23355] Remove deprecated windows-2019 runner #243
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
Mario-DL
suggested changes
Jun 26, 2025
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
Contributor
|
Nigthly run here https://github.com/eProsima/Fast-DDS-python/actions/runs/15898959763 |
Mario-DL
previously approved these changes
Jun 26, 2025
Contributor
Mario-DL
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green CIs
b6ac63e to
67fed16
Compare
67fed16 to
4b5e9da
Compare
Mario-DL
approved these changes
Jun 27, 2025
Contributor
Author
|
@Mergifyio backport 2.2.x 1.4.x |
✅ Backports have been createdDetails
|
mergify bot
pushed a commit
that referenced
this pull request
Jun 27, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add matrix to windows-ci Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> (cherry picked from commit 19115c5) # Conflicts: # .github/workflows/nightly-windows-ci.yml # .github/workflows/weekly-windows-ci.yml
mergify bot
pushed a commit
that referenced
this pull request
Jun 27, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add matrix to windows-ci Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> (cherry picked from commit 19115c5) # Conflicts: # .github/workflows/nightly-windows-ci.yml # .github/workflows/weekly-windows-ci.yml # .github/workflows/windows-ci.yml
This was referenced Jun 27, 2025
MiguelCompany
pushed a commit
that referenced
this pull request
Jul 18, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add matrix to windows-ci Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
MiguelCompany
pushed a commit
that referenced
this pull request
Jul 18, 2025
richiware
pushed a commit
that referenced
this pull request
Oct 3, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add matrix to windows-ci Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> (cherry picked from commit 19115c5) # Conflicts: # .github/workflows/nightly-windows-ci.yml # .github/workflows/weekly-windows-ci.yml # .github/workflows/windows-ci.yml Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
richiware
pushed a commit
that referenced
this pull request
Oct 3, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add matrix to windows-ci Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> (cherry picked from commit 19115c5) Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
richiware
pushed a commit
that referenced
this pull request
Oct 3, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add matrix to windows-ci Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> (cherry picked from commit 19115c5) Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
richiware
pushed a commit
that referenced
this pull request
Oct 3, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Add matrix to windows-ci Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> (cherry picked from commit 19115c5) Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Windows GitHub Action Runner from windows-2019 to windows-2022. As Visual Studio 2017 build tools (v141) are no longer installed in this new runner, the PR upgrades also to toolsets to use, moving from v141 (VS2017) and v142 (VS2019) to v142 (VS2019) and v143 (VS2022).
@Mergifyio backport 2.2.x 1.4.x
Contributor Checklist
Reviewer Checklist