ppkarwasz commented on PR #590:
URL: https://github.com/apache/commons-csv/pull/590#issuecomment-3489981851

   I also would prefer to upgrade to `macos-latest`. There is only one catch 
for that: there is no **Temurin** JDK 8 version for ARM64, so:
   
   - we either need to switch to another distribution (e.g. `zulu`), or
   - we need to use `zulu` for just that specific case:
   
     ```yaml
     - name: Set up JDK ${{ matrix.java }}
       uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0
       with:
         distribution: ${{ runner.arch == 'ARM64' && matrix.java == '8' && 
'zulu' || 'temurin' }}
         java-version: ${{ matrix.java }}
     ```


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