-
Notifications
You must be signed in to change notification settings - Fork 118
[23355] Remove deprecated windows-2019 runner #270
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
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]>
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 nightly CI
https://github.com/eProsima/Fast-CDR/actions/runs/15896321396
|
Note. In the backports, the nightly file shall be removed |
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
11406f9 to
643e115
Compare
|
@Mergifyio backport 2.2.x 1.0.x |
✅ Backports have been created
|
* 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)
* 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
* 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]>
* 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)
* 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)
* 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]>
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