mirror of
https://gitea.com/actions/setup-java.git
synced 2025-11-13 03:36:23 +08:00
Compare commits
1 Commits
679410561c
...
v3.14.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dda1638bc0 |
4
.github/workflows/e2e-versions.yml
vendored
4
.github/workflows/e2e-versions.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
os: [macos-13, windows-latest, ubuntu-latest]
|
||||
distribution: ['temurin', 'zulu', 'liberica']
|
||||
version:
|
||||
- '11.0'
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user