Skip to content

Commit

Permalink
Merge pull request Moya#2190 from Moya/ci-xcode-12-5-1
Browse files Browse the repository at this point in the history
Update Xcode on CI to 2.5.1
  • Loading branch information
BasThomas authored Sep 1, 2021
2 parents 36178a7 + 4329b31 commit b40efe6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1
defaults: &defaults
macos:
xcode: 12.4.0
xcode: 12.5.1
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 @@ -57,14 +57,14 @@ end
def device_names
return {
ios: "iPhone 8",
tvos: "Apple TV 4K (at 1080p)"
tvos: "Apple TV 4K (at 1080p) (2nd generation)"
}
end

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

Expand Down

0 comments on commit b40efe6

Please sign in to comment.