mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
Merge branch 'actions:main' into main
This commit is contained in:
commit
051967de70
18 changed files with 212 additions and 109 deletions
4
.github/workflows/e2e-versions.yml
vendored
4
.github/workflows/e2e-versions.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue