Skip to content

Commit cfac875

Browse files
authored
switch to m4pro.medium on circleci (#1083)
* switch to m4pro.medium on circleci * update fastlane 2.229.1
1 parent f67f608 commit cfac875

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ workflows:
264264

265265
executors:
266266
macos-xcode-latest:
267-
resource_class: macos.m1.medium.gen1
267+
resource_class: m4pro.medium
268268
macos:
269-
xcode: 16.2.0
269+
xcode: 16.4.0
270270
firebase-test-runner:
271271
resource_class: small
272272
docker:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "fastlane", "~> 2.227.2"
3+
gem "fastlane", "~> 2.229.1"
44

55
plugins_path = File.join(File.dirname(__FILE__), '.fastlane', 'Pluginfile')
66
eval_gemfile(plugins_path) if File.exist?(plugins_path)

0 commit comments

Comments
 (0)