You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2022/04/28 15:22:33 UTC

[arrow] branch master updated: ARROW-16338: [CI] Update azure windows image as vs2017-win2016 is retired

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d6739e6c5 ARROW-16338: [CI] Update azure windows image as vs2017-win2016 is retired
9d6739e6c5 is described below

commit 9d6739e6c58f5d95da242190cd38935ad8f0cb1d
Author: Jacob Wujciak-Jens <ja...@wujciak.de>
AuthorDate: Thu Apr 28 17:22:26 2022 +0200

    ARROW-16338: [CI] Update azure windows image as vs2017-win2016 is retired
    
    This should fix the `conda-win-vs2017-*` packaging fails.
    
    Closes #13001 from assignUser/ARROW-16338-update-azure
    
    Authored-by: Jacob Wujciak-Jens <ja...@wujciak.de>
    Signed-off-by: Antoine Pitrou <an...@python.org>
---
 dev/tasks/conda-recipes/azure.win.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/conda-recipes/azure.win.yml b/dev/tasks/conda-recipes/azure.win.yml
index 814f78abec..d25f4d77be 100755
--- a/dev/tasks/conda-recipes/azure.win.yml
+++ b/dev/tasks/conda-recipes/azure.win.yml
@@ -3,7 +3,7 @@
 jobs:
 - job: win
   pool:
-    vmImage: vs2017-win2016
+    vmImage: windows-2019
   timeoutInMinutes: 360
   variables:
     CONFIG: {{ config }}