Merge branch 'actions:main' into main

This commit is contained in:
Gregory Mitchell 2024-12-11 11:53:40 -06:00 committed by GitHub
commit 051967de70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 212 additions and 109 deletions

View file

@ -52,7 +52,7 @@ jobs:
version: 21
- distribution: graalvm
os: macos-latest
version: 17
version: 17.0.12
- distribution: graalvm
os: windows-latest
version: 21
@ -378,7 +378,7 @@ jobs:
fail-fast: false
matrix:
# x86 is not supported on macOS
os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-22.04]
distribution: ['liberica', 'zulu', 'corretto']
version: ['11']
steps: