Skip to content

Commit

Permalink
upgrade to xcode 13.4.1 (#65)
Browse files Browse the repository at this point in the history
* upgrade to xcode 13.4.1

* update simulator os version
  • Loading branch information
hborawski authored Aug 18, 2022
1 parent 8a8b4c0 commit b720684
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
Expand Up @@ -31,7 +31,7 @@ executors:
working_directory: ~/player
resource_class: macos.x86.medium.gen2
macos:
xcode: 13.2.1
xcode: 13.4.1
environment:
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
android:
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
- ~/.gem/ruby/2.7.5

- macos/preboot-simulator:
version: "15.2"
version: "15.5"
platform: "iOS"
device: "iPhone 13"

Expand Down
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")

http_archive(
name = "rules_player",
strip_prefix = "rules_player-0.7.0",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v0.7.0.tar.gz"],
sha256 = "44af0c717c0bfe12e3d2c13fff3fbd429830fda26ec439d9b06e012a9517c02b"
strip_prefix = "rules_player-0.8.0",
urls = ["https://github.com/player-ui/rules_player/archive/refs/tags/v0.8.0.tar.gz"],
sha256 = "2c1e049d33ccab89fdbaf513cb7a537e95a28fe05508d370b8f3063dcd54920f"
)

load("@rules_player//:workspace.bzl", "deps")
Expand Down

0 comments on commit b720684

Please sign in to comment.