Skip to content

Commit 175be27

Browse files
committed
Remove Xcode select in version bump step
1 parent 94a66c1 commit 175be27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-xcframework-variant-slices.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,9 +94,7 @@ jobs:
9494

9595
- name: Bump version
9696
if: steps.cache-xcarchive.outputs.cache-hit != 'true'
97-
run: |
98-
./scripts/ci-select-xcode.sh 15.2
99-
make bump-version TO=${{ env.VERSION }}
97+
run: make bump-version TO=${{ env.VERSION }}
10098

10199
- name: Build ${{inputs.name}}${{inputs.suffix}} XCFramework slice for ${{matrix.sdk}}
102100
if: steps.cache-xcarchive.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)