mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Run GitHub Actions workflows on macos-15 and windows-2025 (#1490)
See: - https://github.com/actions/runner-images/blob/main/README.md#available-images - https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md - https://github.com/actions/runner-images/blob/main/images/windows/Windows2025-Readme.md
This commit is contained in:
committed by
GitHub
parent
15ba59a9aa
commit
667f83fd2f
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -14,11 +14,11 @@ jobs:
|
||||
distribution: [ temurin ]
|
||||
experimental: [ false ]
|
||||
include:
|
||||
- os: macos-14
|
||||
- os: macos-15
|
||||
jdk: 17.0.13
|
||||
distribution: temurin
|
||||
experimental: false
|
||||
- os: windows-2022
|
||||
- os: windows-2025
|
||||
jdk: 17.0.13
|
||||
distribution: temurin
|
||||
experimental: false
|
||||
|
||||
Reference in New Issue
Block a user