pitrou commented on code in PR #36595: URL: https://github.com/apache/arrow/pull/36595#discussion_r1258371996
########## .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: Can we have a nightly build with Windows 2022 then? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org