From 160c429cc78859d68a4037776dc8e89153e902e0 Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Fri, 20 Feb 2026 09:53:45 +0100 Subject: [PATCH] ci: update macos and windows runners to latest Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com> --- .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 14f33e123..86aca542b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,8 +179,8 @@ jobs: matrix: os: - ubuntu-24.04 - - macos-14 - - windows-2022 + - macos-15 + - windows-2025 env: SKIP_INTEGRATION_TESTS: 1 steps: