Skip to content

Commit

Permalink
Merge pull request #560 from player-ui/infra/use-m2
Browse files Browse the repository at this point in the history
Use m2 Medium executor
  • Loading branch information
KetanReddy authored Dec 16, 2024
2 parents fc4f05e + f022881 commit dc3c3ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ common:ci --experimental_remote_build_event_upload=minimal
common:ci --nolegacy_important_outputs

# Circle macos.m1.large.gen1 8 cores 12gb ram
common:ci-mac --config=ci --local_cpu_resources=8 --local_ram_resources=11000
common:ci-mac --config=ci --local_cpu_resources=4 --local_ram_resources=7000

build:release --stamp --workspace_status_command=./scripts/workspace-status.sh
build:release --//:cmake_build_type=MinSizeRel
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ executors:
TZ: "/usr/share/zoneinfo/America/Los_Angeles"
ios:
working_directory: ~/player
resource_class: macos.m1.large.gen1
resource_class: m2pro.medium
macos:
xcode: 15.3.0
environment:
Expand Down

0 comments on commit dc3c3ab

Please # to comment.