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
  • Loading branch information
kou committed Apr 23, 2022
1 parent 78fb2ed commit a480458
Showing 1 changed file with 1 addition and 1 deletion.
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 a480458

Please sign in to comment.