We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67f608 commit cfac875Copy full SHA for cfac875
.circleci/config.yml
@@ -264,9 +264,9 @@ workflows:
264
265
executors:
266
macos-xcode-latest:
267
- resource_class: macos.m1.medium.gen1
+ resource_class: m4pro.medium
268
macos:
269
- xcode: 16.2.0
+ xcode: 16.4.0
270
firebase-test-runner:
271
resource_class: small
272
docker:
Gemfile
@@ -1,6 +1,6 @@
1
source "https://rubygems.org"
2
3
-gem "fastlane", "~> 2.227.2"
+gem "fastlane", "~> 2.229.1"
4
5
plugins_path = File.join(File.dirname(__FILE__), '.fastlane', 'Pluginfile')
6
eval_gemfile(plugins_path) if File.exist?(plugins_path)
0 commit comments