Skip to content

Commit 448d937

Browse files
committed
GH-46693: [CI] Update windows-2019 image runners to windows-2022
1 parent 94e3b3e commit 448d937

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ jobs:
375375
376376
windows-mingw:
377377
name: AMD64 Windows MinGW ${{ matrix.msystem_upper }} C++
378-
runs-on: windows-2019
378+
runs-on: windows-2022
379379
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
380380
# Build may take 1h+ without cache.
381381
timeout-minutes: 120

.github/workflows/csharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
windows:
7676
name: AMD64 Windows 2019 18.04 C# ${{ matrix.dotnet }}
77-
runs-on: windows-2019
77+
runs-on: windows-2022
7878
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
7979
timeout-minutes: 15
8080
strategy:

.github/workflows/r.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196

197197
windows-cpp:
198198
name: AMD64 Windows C++ RTools ${{ matrix.config.rtools }} ${{ matrix.config.arch }}
199-
runs-on: windows-2019
199+
runs-on: windows-2022
200200
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
201201
timeout-minutes: 90
202202
strategy:
@@ -248,7 +248,7 @@ jobs:
248248
windows-r:
249249
needs: [windows-cpp]
250250
name: AMD64 Windows R ${{ matrix.config.rversion }}
251-
runs-on: windows-2019
251+
runs-on: windows-2022
252252
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
253253
timeout-minutes: 75
254254
strategy:

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201

202202
windows-mingw:
203203
name: AMD64 Windows MinGW ${{ matrix.mingw-n-bits }} GLib & Ruby
204-
runs-on: windows-2019
204+
runs-on: windows-2022
205205
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
206206
timeout-minutes: 90
207207
strategy:

dev/tasks/vcpkg-tests/github.windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
jobs:
2323
test-vcpkg-win:
2424
name: Install build deps with vcpkg and build Arrow C++
25-
runs-on: windows-2019
25+
runs-on: windows-2022
2626
env:
2727
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
2828
VCPKG_DEFAULT_TRIPLET: 'x64-windows'

dev/tasks/verify-rc/github.win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
jobs:
2323
verify:
2424
name: "Verify release candidate Windows source"
25-
runs-on: windows-2019
25+
runs-on: windows-2022
2626
{% if env is defined %}
2727
env:
2828
{% for key, value in env.items() %}

0 commit comments

Comments
 (0)