1
0
mirror of https://gitea.com/actions/setup-java.git synced 2025-05-17 05:16:54 +08:00

ubuntu-latest to ubuntu-22.04

This commit is contained in:
Aparna Jyothi 2025-04-15 08:40:08 +05:30
parent ba6f50b348
commit fdb3be11b9

@ -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: