File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 1616 with :
1717 fetch-depth : 0 # required to be able to find Git tags
1818
19- - name : Set up pkgx environment
20- uses : pkgxdev/setup@v1
21- with :
22- + : pod xcodes
23-
2419 - name : Select Xcode version
2520 run : sudo xcodes select 16.4
2621
Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 0 # required to be able to find Git tags
2626
27- - name : Set up pkgx environment
28- uses : pkgxdev/setup@v1
29- with :
30- + : pod xcodes
31-
3227 - name : Select Xcode version
3328 run : sudo xcodes select 16.4
3429
@@ -143,11 +138,6 @@ jobs:
143138 - name : Git Checkout
144139 uses : actions/checkout@v4
145140
146- - name : Set up pkgx environment
147- uses : pkgxdev/setup@v1
148- with :
149- + : fastlane xcodes
150-
151141 - name : Set environment variables
152142 run : echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
153143
@@ -160,7 +150,7 @@ jobs:
160150
161151 - if : ${{ matrix.install }}
162152 name : Install Required Runtime (${{ matrix.runtime }})
163- uses : nick-fields/retry@v2
153+ uses : nick-fields/retry@v3
164154 with :
165155 timeout_minutes : 15
166156 max_attempts : 3
You can’t perform that action at this time.
0 commit comments