Skip to content

Commit

Permalink
update ci env
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Aug 30, 2021
1 parent a881233 commit 32f29d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
version: 2.1
defaults: &defaults
macos:
xcode: 11.7.0
xcode: 12.4.0
parallelism: 1
shell: /bin/bash --login
environment:
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ end

def device_os
return {
ios: "13.7",
tvos: "13.4"
ios: "14.4",
tvos: "14.3"
}
end

Expand Down Expand Up @@ -143,7 +143,7 @@ namespace :test do
Dir.mkdir("carthage_test")
File.write(File.join("carthage_test", "Cartfile"), "git \"file://#{Dir.pwd}\" \"HEAD\"")
Dir.chdir "carthage_test" do
sh "carthage bootstrap --platform 'iOS'"
sh "./scripts/carthage bootstrap --platform 'iOS'"
has_artifacts = Dir.glob("Carthage/Build/*").count > 0
raise("Carthage did not succeed") unless has_artifacts
end
Expand Down

0 comments on commit 32f29d7

Please sign in to comment.