pitrou commented on code in PR #13532:
URL: https://github.com/apache/arrow/pull/13532#discussion_r917917421


##########
.github/workflows/cpp.yml:
##########
@@ -197,12 +197,21 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os:
-          - windows-2019
         include:
           - os: windows-2019
-            name: Windows 2019
+            name: Windows 2019 x64
             generator: Visual Studio 16 2019
+            platform: x64
+            openssl-n-bits: 64
+            cmake-args: -A x64 -DOPENSSL_ROOT_DIR="C:\Program 
Files\OpenSSL-Win64"
+            chocolate-force:
+          - os: windows-2019
+            name: Windows 2019 Win32

Review Comment:
   Win32 is the former name of the Windows API
   ```suggestion
               name: Windows 2019 x86
   ```



-- 
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]

Reply via email to