mirror of
https://github.com/actions/setup-java
synced 2025-04-20 22:05:51 +00:00
macos-latest to macos-13
This commit is contained in:
parent
679410561c
commit
ba6f50b348
1 changed files with 1 additions and 1 deletions
2
.github/workflows/e2e-versions.yml
vendored
2
.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'
|
||||
|
|
Loading…
Add table
Reference in a new issue