Skip to content

Commit 23aebd5

Browse files
authored
chore: bump Windows GitHub hosted runner to windows-2022 (#407)
### Rationale for this change GitHub is deprecating Windows hosted runners for 2019, see: - actions/runner-images#12045 We did update on the main Apache Arrow repo already, see: - apache/arrow#46694 ### What changes are included in this PR? Update the runner version ### Are these changes tested? Yes via CI. ### Are there any user-facing changes? No Closes: #406
1 parent 8be5e69 commit 23aebd5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ jobs:
222222
run: |
223223
ci/scripts/test.sh $(pwd)
224224
windows:
225-
name: AMD64 Windows 2019 Go ${{ matrix.go }}
226-
runs-on: windows-2019
225+
name: AMD64 Windows 2022 Go ${{ matrix.go }}
226+
runs-on: windows-2022
227227
timeout-minutes: 20
228228
strategy:
229229
fail-fast: false
@@ -250,7 +250,7 @@ jobs:
250250
run: ci/scripts/test.sh $(pwd)
251251
windows-mingw:
252252
name: AMD64 Windows MinGW ${{ matrix.mingw-n-bits }} CGO
253-
runs-on: windows-2019
253+
runs-on: windows-2022
254254
timeout-minutes: 20
255255
strategy:
256256
fail-fast: false

0 commit comments

Comments
 (0)