This commit is contained in:
Andreas Schildbach 2025-03-11 12:21:09 -05:00 committed by GitHub
commit 4ca39629ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
os: [ubuntu-24.04, macOS-13]
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13]
java: [ '21', '23' ]
distribution: [ 'graalvm-community' ]
gradle: ['8.13']

View file

@ -8,7 +8,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
os: [ubuntu-24.04, macOS-13, windows-2022]
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13, windows-2022]
java: ['17', '21', '23']
distribution: ['temurin']
gradle: ['7.3', '8.13']