From 4edcb323ecb28e56f0c97332eed0438f70d3afe3 Mon Sep 17 00:00:00 2001 From: "trop[bot]" <37223003+trop[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 15:24:32 +0200 Subject: [PATCH] build: run on macOS 15 (#48564) --- .github/workflows/macos-publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos-publish.yml b/.github/workflows/macos-publish.yml index faf1aae291..a932fb7562 100644 --- a/.github/workflows/macos-publish.yml +++ b/.github/workflows/macos-publish.yml @@ -47,7 +47,7 @@ jobs: needs: checkout-macos with: environment: production-release - build-runs-on: macos-14-xlarge + build-runs-on: macos-15-xlarge target-platform: macos target-arch: x64 target-variant: darwin @@ -62,7 +62,7 @@ jobs: needs: checkout-macos with: environment: production-release - build-runs-on: macos-14-xlarge + build-runs-on: macos-15-xlarge target-platform: macos target-arch: x64 target-variant: mas @@ -77,7 +77,7 @@ jobs: needs: checkout-macos with: environment: production-release - build-runs-on: macos-14-xlarge + build-runs-on: macos-15-xlarge target-platform: macos target-arch: arm64 target-variant: darwin @@ -92,7 +92,7 @@ jobs: needs: checkout-macos with: environment: production-release - build-runs-on: macos-14-xlarge + build-runs-on: macos-15-xlarge target-platform: macos target-arch: arm64 target-variant: mas