From da1ff4131c181cb4e02567c70c0ea20e68be4d70 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Sat, 26 Jul 2025 15:02:01 +0530 Subject: [PATCH] Fix build 4/n --- .github/workflows/photos-internal-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/photos-internal-release.yml b/.github/workflows/photos-internal-release.yml index 04f6aed4dd..1f5b4830bf 100644 --- a/.github/workflows/photos-internal-release.yml +++ b/.github/workflows/photos-internal-release.yml @@ -9,7 +9,7 @@ env: jobs: build: - runs-on: macos-latest # Required for iOS builds + runs-on: macos-15 # Required for iOS builds environment: "ios-build" permissions: contents: write