We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5ee78 commit 6152099Copy full SHA for 6152099
.github/workflows/build-xcframework-variant-slices.yml
@@ -94,9 +94,7 @@ jobs:
94
95
- name: Bump version
96
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 }}
+ run: make bump-version TO=${{ env.VERSION }}
100
101
- name: Build ${{inputs.name}}${{inputs.suffix}} XCFramework slice for ${{matrix.sdk}}
102
0 commit comments