From 3e7cbe912d8fe1062d68ed06968aaee22013985f Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Thu, 12 Jun 2025 14:51:50 -0400 Subject: [PATCH] Update mac_sdk_min to match minimum required SDK version https://chromium-review.googlesource.com/c/chromium/src/+/6493969 --- .github/workflows/build.yml | 6 +++--- .github/workflows/macos-publish.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 697aeb3d4e..8fb0809874 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: with: target-platform: macos target-archs: x64 arm64 - check-runs-on: macos-14 + check-runs-on: macos-15 gn-build-type: testing secrets: inherit @@ -219,7 +219,7 @@ jobs: uses: ./.github/workflows/pipeline-electron-build-and-test.yml needs: checkout-macos with: - build-runs-on: macos-14-xlarge + build-runs-on: macos-15-xlarge test-runs-on: macos-13 target-platform: macos target-arch: x64 @@ -237,7 +237,7 @@ jobs: uses: ./.github/workflows/pipeline-electron-build-and-test.yml needs: checkout-macos with: - build-runs-on: macos-14-xlarge + build-runs-on: macos-15-xlarge test-runs-on: macos-14 target-platform: macos target-arch: arm64 diff --git a/.github/workflows/macos-publish.yml b/.github/workflows/macos-publish.yml index c7241b6a3b..5a1cb497b8 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