@@ -22,26 +22,26 @@ concurrency:
22
22
cancel-in-progress : true
23
23
24
24
jobs :
25
- spm :
26
- uses : ./.github/workflows/common.yml
27
- with :
28
- target : AppDistributionUnit
29
- platforms : iOS
30
-
31
- catalyst :
32
- uses : ./.github/workflows/common_catalyst.yml
33
- with :
34
- product : FirebaseAppDistribution
35
- target : FirebaseAppDistribution-Unit-unit
36
-
37
- pod_lib_lint :
38
- uses : ./.github/workflows/common_cocoapods.yml
39
- with :
40
- product : FirebaseAppDistribution
41
- platforms : iOS # App Distro only supports iOS.
25
+ # spm:
26
+ # uses: ./.github/workflows/common.yml
27
+ # with:
28
+ # target: AppDistributionUnit
29
+ # platforms: iOS
30
+
31
+ # catalyst:
32
+ # uses: ./.github/workflows/common_catalyst.yml
33
+ # with:
34
+ # product: FirebaseAppDistribution
35
+ # target: FirebaseAppDistribution-Unit-unit
36
+
37
+ # pod_lib_lint:
38
+ # uses: ./.github/workflows/common_cocoapods.yml
39
+ # with:
40
+ # product: FirebaseAppDistribution
41
+ # platforms: iOS # App Distro only supports iOS.
42
42
43
43
appdistribution-cron-only :
44
- if : github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
44
+ # if: github.event_name == 'schedule' && github.repository == 'Firebase/firebase-ios-sdk'
45
45
46
46
runs-on : macos-15
47
47
strategy :
54
54
steps :
55
55
- uses : actions/checkout@v4
56
56
- uses : ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
57
+ - name : Setup Xcode
58
+ run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
57
59
- name : Setup Bundler
58
60
run : scripts/setup_bundler.sh
59
61
- name : PodLibLint App Distribution Cron
0 commit comments