From 377254aabe27802d1bf93beb4961412aa2523651 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 27 Apr 2024 09:54:20 -0500 Subject: [PATCH] update ios build --- .github/workflows/ios-prod.yml | 6 +++--- .github/workflows/ios-staging.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ios-prod.yml b/.github/workflows/ios-prod.yml index acc13a69..12be3b0a 100644 --- a/.github/workflows/ios-prod.yml +++ b/.github/workflows/ios-prod.yml @@ -9,7 +9,7 @@ on: jobs: build: name: Build iOS - runs-on: macos-latest + runs-on: macos-14 timeout-minutes: 180 steps: - name: Checkout source @@ -61,13 +61,13 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2.2' + ruby-version: '3.3' bundler-cache: true working-directory: 'ios/App' - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.2.0' + xcode-version: '15.2' - uses: maierj/fastlane-action@v3.0.0 env: diff --git a/.github/workflows/ios-staging.yml b/.github/workflows/ios-staging.yml index 39de79c5..d63cfb99 100644 --- a/.github/workflows/ios-staging.yml +++ b/.github/workflows/ios-staging.yml @@ -9,7 +9,7 @@ on: jobs: build: name: Build iOS - runs-on: macos-latest + runs-on: macos-14 timeout-minutes: 180 steps: - name: Checkout source @@ -61,13 +61,13 @@ jobs: - uses: ruby/setup-ruby@v1 with: - ruby-version: '3.2.2' + ruby-version: '3.3' bundler-cache: true working-directory: 'ios/App' - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '14.2.0' + xcode-version: '15.2' - uses: maierj/fastlane-action@v3.0.0 env: