Skip to content

Commit

Permalink
update ios build
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Apr 27, 2024
1 parent d6e32c4 commit 377254a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ios-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ios-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/[email protected]
env:
Expand Down

0 comments on commit 377254a

Please sign in to comment.