From 63324f14d848e10c04495b75c6b631f3fc0134ac Mon Sep 17 00:00:00 2001 From: Iuliia Ivashko Date: Fri, 30 Jan 2026 01:11:48 +0200 Subject: [PATCH] build: switch release job to macos-15 runner for forward compatibility --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b7f3b8e..a2296a47 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: build-desktop-macos: needs: create-release - runs-on: macos-26 + runs-on: macos-15 strategy: fail-fast: false matrix: