Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ jobs:
with:
fetch-depth: 0 # required to be able to find Git tags

- name: Set up pkgx environment
uses: pkgxdev/setup@v1
with:
+: pod xcodes

- name: Select Xcode version
run: sudo xcodes select 16.4

Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
with:
fetch-depth: 0 # required to be able to find Git tags

- name: Set up pkgx environment
uses: pkgxdev/setup@v1
with:
+: pod xcodes

- name: Select Xcode version
run: sudo xcodes select 16.4

Expand Down Expand Up @@ -143,11 +138,6 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v4

- name: Set up pkgx environment
uses: pkgxdev/setup@v1
with:
+: fastlane xcodes

- name: Set environment variables
run: echo "SKIP_SLOW_FASTLANE_WARNING=1" >> $GITHUB_ENV

Expand All @@ -160,7 +150,7 @@ jobs:

- if: ${{ matrix.install }}
name: Install Required Runtime (${{ matrix.runtime }})
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
timeout_minutes: 15
max_attempts: 3
Expand Down