Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ executors:
working_directory: ~/project
ios_compatible:
macos:
xcode: 14.0.0
xcode: 14.3.0
resource_class: macos.x86.medium.gen2
working_directory: ~/project/example/ios
shell: /bin/bash --login -o pipefail
environment:
Expand Down
2 changes: 2 additions & 0 deletions example/ios/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,10 @@ GEM
zeitwerk (2.6.6)

PLATFORMS
ruby
x86_64-darwin-20
x86_64-darwin-21
x86_64-darwin-22
x86_64-linux

DEPENDENCIES
Expand Down
Loading