Skip to content

Commit

Permalink
ARROW-16295: [CI][Release] Use windows-2019 for verify-rc-source-windows
Browse files Browse the repository at this point in the history
Because windows-2016 is deprecated:
actions/runner-images#4312

Closes #12970 from kou/ci-verify-rc-windows

Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Krisztián Szűcs <szucs.krisztian@gmail.com>
  • Loading branch information
kou authored and kszucs committed Apr 24, 2022
1 parent f275f50 commit 52d0a13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dev/release/verify-release-candidate.bat
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ call activate %_VERIFICATION_CONDA_ENV% || exit /B 1
@rem for more context, see https://issues.apache.org/jira/browse/ARROW-15378
call conda remove -y gtest gmock || exit /B 1

set GENERATOR=Visual Studio 15 2017 Win64
set GENERATOR=Visual Studio 16 2019
set ARCHITECTURE=x64
set CONFIGURATION=release

pushd !ARROW_SOURCE!
Expand All @@ -93,6 +94,7 @@ call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tool
@rem generator used

cmake -G "%GENERATOR%" ^
-A "%ARCHITECTURE%" ^
-DARROW_BOOST_USE_SHARED=ON ^
-DARROW_BUILD_STATIC=OFF ^
-DARROW_BUILD_TESTS=ON ^
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/verify-rc/github.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
jobs:
verify:
name: "Verify release candidate Windows source"
runs-on: windows-2016
runs-on: windows-2019
{% if env is defined %}
env:
{% for key, value in env.items() %}
Expand Down

0 comments on commit 52d0a13

Please sign in to comment.