From 09a389606d8690b4a462f4f0f392e1a81f2d84b4 Mon Sep 17 00:00:00 2001 From: Arjun Date: Wed, 20 Nov 2024 16:11:43 +0530 Subject: [PATCH] fix: Switch to mac os 2024 04 prod (#3275) --- .github/workflows/appflow-master.yml | 1 + .github/workflows/appflow-release-branch.yml | 2 +- .github/workflows/internal-release.yml | 1 + .github/workflows/manual-appflow-1.yml | 1 + .github/workflows/manual-appflow-with-inputs.yml | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/appflow-master.yml b/.github/workflows/appflow-master.yml index 89ba2dbde1..3bad3ab4e5 100644 --- a/.github/workflows/appflow-master.yml +++ b/.github/workflows/appflow-master.yml @@ -42,6 +42,7 @@ jobs: app-id: 32316914 platform: iOS build-type: development + build-stack: macOS - 2024.04 - Apple silicon certificate: Fyle signing environment: staging native-config: prod diff --git a/.github/workflows/appflow-release-branch.yml b/.github/workflows/appflow-release-branch.yml index 66a8962e93..75f9b829d5 100644 --- a/.github/workflows/appflow-release-branch.yml +++ b/.github/workflows/appflow-release-branch.yml @@ -43,7 +43,7 @@ jobs: app-id: 32316914 platform: iOS build-type: development - build-stack: macOS - 2024.04 + build-stack: macOS - 2024.04 - Apple silicon certificate: Fyle signing environment: staging native-config: prod diff --git a/.github/workflows/internal-release.yml b/.github/workflows/internal-release.yml index 1dfc5c1025..c7a3f744f0 100644 --- a/.github/workflows/internal-release.yml +++ b/.github/workflows/internal-release.yml @@ -27,6 +27,7 @@ jobs: app-id: 32316914 platform: iOS build-type: App Store + build-stack: macOS - 2024.04 - Apple silicon certificate: iOS Prod Release environment: production native-config: prod diff --git a/.github/workflows/manual-appflow-1.yml b/.github/workflows/manual-appflow-1.yml index c693e5b512..bd248caed4 100644 --- a/.github/workflows/manual-appflow-1.yml +++ b/.github/workflows/manual-appflow-1.yml @@ -45,6 +45,7 @@ jobs: app-id: 32316914 platform: iOS build-type: development + build-stack: macOS - 2024.04 - Apple silicon certificate: Fyle signing environment: staging native-config: prod diff --git a/.github/workflows/manual-appflow-with-inputs.yml b/.github/workflows/manual-appflow-with-inputs.yml index 0e8355a32f..65744248e1 100644 --- a/.github/workflows/manual-appflow-with-inputs.yml +++ b/.github/workflows/manual-appflow-with-inputs.yml @@ -66,6 +66,7 @@ jobs: app-id: 32316914 platform: iOS build-type: development + build-stack: macOS - 2024.04 - Apple silicon certificate: Fyle signing environment: ${{ github.event.inputs.name }} native-config: prod