kou commented on code in PR #36595:
URL: https://github.com/apache/arrow/pull/36595#discussion_r1258358758
##########
.github/workflows/cpp.yml:
##########
@@ -219,18 +219,16 @@ jobs:
ci/scripts/cpp_test.sh $(pwd) $(pwd)/build
windows:
- name: AMD64 ${{ matrix.name }} C++17
- runs-on: ${{ matrix.os }}
+ name: AMD64 Windows ${{ matrix.version }} C++17
+ runs-on: windows-${{ matrix.version }}
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
- os:
- - windows-2019
- include:
- - os: windows-2019
- name: Windows 2019
+ version:
+ - 2019
+ - 2022
Review Comment:
We may want to comment out this before we merge this to reduce CI time for
PRs.
--
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]