From 676406c9e6664ad94c818475249442100b068bf7 Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 14 Oct 2025 22:29:21 +0200 Subject: [PATCH] build: run on macOS 15 (#48563) --- .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