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 16
16
with :
17
17
fetch-depth : 0 # required to be able to find Git tags
18
18
19
- - name : Set up pkgx environment
20
- uses : pkgxdev/setup@v1
21
- with :
22
- + : pod xcodes
23
-
24
19
- name : Select Xcode version
25
20
run : sudo xcodes select 16.4
26
21
Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-depth : 0 # required to be able to find Git tags
26
26
27
- - name : Set up pkgx environment
28
- uses : pkgxdev/setup@v1
29
- with :
30
- + : pod xcodes
31
-
32
27
- name : Select Xcode version
33
28
run : sudo xcodes select 16.4
34
29
@@ -143,11 +138,6 @@ jobs:
143
138
- name : Git Checkout
144
139
uses : actions/checkout@v4
145
140
146
- - name : Set up pkgx environment
147
- uses : pkgxdev/setup@v1
148
- with :
149
- + : fastlane xcodes
150
-
151
141
- name : Set environment variables
152
142
run : echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV
153
143
@@ -160,7 +150,7 @@ jobs:
160
150
161
151
- if : ${{ matrix.install }}
162
152
name : Install Required Runtime (${{ matrix.runtime }})
163
- uses : nick-fields/retry@v2
153
+ uses : nick-fields/retry@v3
164
154
with :
165
155
timeout_minutes : 15
166
156
max_attempts : 3
You can’t perform that action at this time.
0 commit comments