From bbfe5a95901358db4765d0b19ba979a1a262502f Mon Sep 17 00:00:00 2001 From: Dan Burcaw <92536821+namidan@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:45:08 -0600 Subject: [PATCH] Update app_prod.yaml --- .github/workflows/app_prod.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/app_prod.yaml b/.github/workflows/app_prod.yaml index 81b8e8e..a31fbdb 100644 --- a/.github/workflows/app_prod.yaml +++ b/.github/workflows/app_prod.yaml @@ -94,12 +94,16 @@ jobs: actions: write contents: write id-token: write - runs-on: macos-12 + runs-on: macos-14 steps: - uses: actions/setup-java@v1 with: java-version: 17.0.6 - + + - name: Set Xcode Version + run: | + sudo xcode-select -switch /Applications/Xcode_15.4.app + - name: Setup Flutter SDK uses: flutter-actions/setup-flutter@v2 with: @@ -120,7 +124,7 @@ jobs: repository: namiml/appstoreconnect-build-tools - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5 with: python-version: '3.10'