mirror of
https://github.com/actions/setup-java
synced 2025-04-25 08:15:50 +00:00
ubuntu-latest to ubuntu-22.04
This commit is contained in:
parent
ba6f50b348
commit
fdb3be11b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-versions.yml
vendored
2
.github/workflows/e2e-versions.yml
vendored
|
@ -263,7 +263,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
Reference in a new issue