pitrou commented on code in PR #45621:
URL: https://github.com/apache/arrow/pull/45621#discussion_r1970129247
##########
.github/workflows/cpp.yml:
##########
@@ -274,11 +274,11 @@ jobs:
fail-fast: false
matrix:
os:
- - windows-2019
+ - windows-2022
include:
- - os: windows-2019
+ - os: windows-2022
simd-level: AVX2
- title: AMD64 Windows 2019 C++17 AVX2
+ title: AMD64 Windows 2022 C++17 AVX2
Review Comment:
Nit: C++17 is the default now, no need to mention it
```suggestion
title: AMD64 Windows 2022 AVX2
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]