Skip to content

Commit

Permalink
ci: update ios configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed May 20, 2024
1 parent 26357ff commit 02a00b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ parameters:
jobs:
deploy-ios:
macos:
xcode: 14.3.1
xcode: 15.3.0
resource_class: macos.m1.medium.gen1
environment:
APP_VERSION: << pipeline.parameters.version >>
steps:
- checkout
- macos/switch-ruby:
version: '2.7'
version: '3.0.6'
- ruby/install-deps:
key: v{{ .Environment.CACHE_VERSION }}-gems-ios
app-dir: ./sample/ios
Expand Down
1 change: 1 addition & 0 deletions sample/ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ GEM
PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
x86_64-darwin-21
x86_64-darwin-22

Expand Down

0 comments on commit 02a00b5

Please sign in to comment.