From bdcde528fafe1b463e96453433832def429458a8 Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Sun, 29 Dec 2024 21:17:54 +0100 Subject: [PATCH] Run GitHub Actions workflows on `macos-15-large` and `windows-2025` 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 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5cdd338340..936ed2c843 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,11 +14,11 @@ jobs: distribution: [ temurin ] experimental: [ false ] include: - - os: macos-14 + - os: macos-15-large jdk: 17.0.13 distribution: temurin experimental: false - - os: windows-2022 + - os: windows-2025 jdk: 17.0.13 distribution: temurin experimental: false