You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/14 21:30:40 UTC

[GitHub] [arrow] westonpace commented on a change in pull request #12425: ARROW-15682: [CI] Github starting to migrate "windows-latest" tag from windows 2019 to windows 2022

westonpace commented on a change in pull request #12425:
URL: https://github.com/apache/arrow/pull/12425#discussion_r806254305



##########
File path: .github/workflows/cpp.yml
##########
@@ -186,9 +186,9 @@ jobs:
       fail-fast: false
       matrix:
         os:
-          - windows-latest
+          - windows-2019
         include:
-          - os: windows-latest
+          - os: windows-2019

Review comment:
       @kszucs I'm pretty sure our builds fail if run on Windows 2022.  They specify the 2019 generator and it can't be found.  Do you want to update the generator?  Or downgrade the GHA runner?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org