Compare commits

..

2 Commits

Author SHA1 Message Date
Aparna Jyothi
fdb3be11b9 ubuntu-latest to ubuntu-22.04 2025-04-15 08:40:08 +05:30
Aparna Jyothi
ba6f50b348 macos-latest to macos-13 2025-04-15 08:25:33 +05:30

View File

@@ -69,7 +69,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [macos-latest, windows-latest, ubuntu-latest] os: [macos-13, windows-latest, ubuntu-latest]
distribution: ['temurin', 'zulu', 'liberica'] distribution: ['temurin', 'zulu', 'liberica']
version: version:
- '11.0' - '11.0'
@@ -263,7 +263,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
# x86 is not supported on macOS # x86 is not supported on macOS
os: [windows-latest, ubuntu-latest] os: [windows-latest, ubuntu-22.04]
distribution: ['liberica', 'zulu', 'corretto'] distribution: ['liberica', 'zulu', 'corretto']
version: ['11'] version: ['11']
steps: steps: