mirror of
https://github.com/actions/setup-java.git
synced 2025-04-18 00:46:45 +00:00
updated workflow to ubnutu 22.04
This commit is contained in:
parent
c978d23ccd
commit
40d396dd54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-versions.yml
vendored
2
.github/workflows/e2e-versions.yml
vendored
|
@ -305,7 +305,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
# x86 is not supported on macOS
|
||||
os: [windows-latest, ubuntu-24.04]
|
||||
os: [windows-latest, ubuntu-22.04]
|
||||
distribution: ['liberica', 'zulu', 'corretto']
|
||||
version: ['11']
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue