From 7cd209b448c15608daa8c82befaecddef2a61f23 Mon Sep 17 00:00:00 2001 From: akhiljain1907 Date: Wed, 30 Jul 2025 22:27:33 +0530 Subject: [PATCH 1/3] Update release.yml --- .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 dcf67d79..8708d41f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ on: jobs: release_AEPOptimize: - runs-on: macOS-13 + runs-on: macOS-14 steps: - uses: actions/checkout@v2 with: From 63846c3b281c14c6296fbe6522fbb5a0538f2b8d Mon Sep 17 00:00:00 2001 From: akhiljain1907 Date: Wed, 30 Jul 2025 22:29:54 +0530 Subject: [PATCH 2/3] Update config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c2ff6661..4468f4c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -60,7 +60,7 @@ commands: jobs: validate-code: macos: - xcode: 15.1.0 # Specify the Xcode version to use + xcode: 15.3.0 # Specify the Xcode version to use steps: - checkout @@ -81,7 +81,7 @@ jobs: test-ios: macos: - xcode: 15.1.0 # Specify the Xcode version to use + xcode: 15.3.0 # Specify the Xcode version to use steps: - checkout From 4c67728cc3589802d4839edbe96d95eed69dff93 Mon Sep 17 00:00:00 2001 From: akhiljain1907 Date: Wed, 30 Jul 2025 22:48:06 +0530 Subject: [PATCH 3/3] Update simulator configuration in config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4468f4c1..59a326c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -54,7 +54,7 @@ commands: steps: - macos/preboot-simulator: platform: "iOS" - version: "17.2" + version: "17.4" device: "iPhone 15" jobs: