Skip to content

Commit c439871

Browse files
Infra: update CI actions (#453)
Co-authored-by: David Roman <2538074+davdroman@users.noreply.github.com>
1 parent c2e7312 commit c439871

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
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

0 commit comments

Comments
 (0)