[23355] Remove deprecated windows-2019 runner#270
Merged
rsanchez15 merged 3 commits intomasterfrom Jun 26, 2025
Merged
Conversation
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
richiware
previously approved these changes
Jun 25, 2025
richiware
reviewed
Jun 25, 2025
Mario-DL
approved these changes
Jun 26, 2025
Contributor
|
Note. In the backports, the nightly file shall be removed |
Mario-DL
suggested changes
Jun 26, 2025
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
11406f9 to
643e115
Compare
Contributor
Author
|
@Mergifyio backport 2.2.x 1.0.x |
✅ Backports have been createdDetails
|
mergify Bot
pushed a commit
that referenced
this pull request
Jun 26, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade Visual Studio toolset from v141 to v143 Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade missing vs-toolset config Signed-off-by: Raul Sanchez-Mateos <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> (cherry picked from commit eac23fb)
8 tasks
mergify Bot
pushed a commit
that referenced
this pull request
Jun 26, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade Visual Studio toolset from v141 to v143 Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade missing vs-toolset config Signed-off-by: Raul Sanchez-Mateos <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> (cherry picked from commit eac23fb) # Conflicts: # .github/workflows/nightly-windows-ci.yml # .github/workflows/windows-ci.yml
8 tasks
MiguelCompany
pushed a commit
that referenced
this pull request
Sep 10, 2025
* Remove deprecated windows-2019 runner * Upgrade Visual Studio toolset from v141 to v143 * Upgrade missing vs-toolset config --------- (cherry picked from commit eac23fb) Signed-off-by: Raul Sanchez-Mateos <[email protected]> Co-authored-by: Raul Sanchez-Mateos Lizano <[email protected]>
MiguelCompany
pushed a commit
that referenced
this pull request
Oct 31, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade Visual Studio toolset from v141 to v143 Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade missing vs-toolset config Signed-off-by: Raul Sanchez-Mateos <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> (cherry picked from commit eac23fb)
MiguelCompany
pushed a commit
that referenced
this pull request
Oct 31, 2025
* Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade Visual Studio toolset from v141 to v143 Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade missing vs-toolset config Signed-off-by: Raul Sanchez-Mateos <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> (cherry picked from commit eac23fb)
MiguelCompany
added a commit
that referenced
this pull request
Oct 31, 2025
* Remove deprecated windows-2019 runner (#270) * Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade Visual Studio toolset from v141 to v143 Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Upgrade missing vs-toolset config Signed-off-by: Raul Sanchez-Mateos <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> (cherry picked from commit eac23fb) * Use ubuntu 22 in CI runner Signed-off-by: Miguel Company <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]> Signed-off-by: Miguel Company <[email protected]> Co-authored-by: Raul Sanchez-Mateos Lizano <[email protected]> Co-authored-by: Miguel Company <[email protected]>
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
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-2019towindows-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.0.x
Contributor Checklist
versions.mdfile (if applicable).Reviewer Checklist