Skip to content

Commit 5485f73

Browse files
authored
Fix iOS integration tests failing to build due to bitcode (#503)
* Pin xcode version * Update integration_tests.yml
1 parent 47c9f26 commit 5485f73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
U3D_PASSWORD: ""
170170
# Disable checking for U3D updates, since it is buggy
171171
U3D_SKIP_UPDATE_CHECK: 1
172+
# Which xcode version to use
173+
xcodeVersion: "13.3.1"
172174
steps:
173175
- id: matrix_info
174176
run: |
@@ -194,6 +196,9 @@ jobs:
194196
shell: bash
195197
run: |
196198
pip install -r scripts/gha/requirements.txt
199+
- name: setup Xcode version
200+
if: runner.os == 'macOS'
201+
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
197202
- name: Install Unity
198203
uses: nick-invision/retry@v2
199204
with:

0 commit comments

Comments
 (0)