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 47c9f26 commit 5485f73Copy full SHA for 5485f73
.github/workflows/integration_tests.yml
@@ -169,6 +169,8 @@ jobs:
169
U3D_PASSWORD: ""
170
# Disable checking for U3D updates, since it is buggy
171
U3D_SKIP_UPDATE_CHECK: 1
172
+ # Which xcode version to use
173
+ xcodeVersion: "13.3.1"
174
steps:
175
- id: matrix_info
176
run: |
@@ -194,6 +196,9 @@ jobs:
194
196
shell: bash
195
197
198
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
202
- name: Install Unity
203
uses: nick-invision/retry@v2
204
with:
0 commit comments