Skip to content

Commit 2aaf7d8

Browse files
committed
Set xcode version on ios too.
1 parent c87c8a4 commit 2aaf7d8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cpp-packaging.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
- name: setup Xcode version (macos)
7171
if: runner.os == 'macOS'
7272
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
73+
7374
- name: fetch and build binutils
7475
run: |
7576
set +e
@@ -126,6 +127,10 @@ jobs:
126127
runs-on: macos-latest
127128
if: ${{ github.event.inputs.downloadPublicVersion == '' && github.event.inputs.downloadPreviousRun == '' }}
128129
steps:
130+
- name: setup Xcode version (macos)
131+
if: runner.os == 'macOS'
132+
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
133+
129134
- name: fetch SDK
130135
uses: actions/[email protected]
131136
with:

0 commit comments

Comments
 (0)