Skip to content

Commit

Permalink
Fix circleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
souzamari committed Oct 23, 2024
1 parent 92944e9 commit ed08ee7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
jobs:
sdk-tests:
macos:
xcode: 12.1.0
xcode: 15.4.0
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: tests
Expand All @@ -26,7 +26,7 @@ jobs:

build-demo-swift:
macos:
xcode: 12.1.0
xcode: 15.4.0
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: demo_swift
Expand All @@ -44,7 +44,7 @@ jobs:

build-demo-objc:
macos:
xcode: 12.1.0
xcode: 15.4.0
environment:
FL_OUTPUT_DIR: output
FASTLANE_LANE: demo_objc
Expand Down
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ default_platform :ios
platform :ios do
before_all do
setup_ci if ENV['CI'] # it creates a temporary keychain. Without this, the build could freeze and never finish
setup_circle_ci if ENV['CIRCLECI']
end

desc "Runs all the OptableSDK tests"
Expand Down

0 comments on commit ed08ee7

Please sign in to comment.