Skip to content

Commit 34c2ab7

Browse files
committed
up
1 parent 46623d4 commit 34c2ab7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/apple-perf.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ jobs:
321321
with:
322322
runner: macos-latest-xlarge
323323
python-version: '3.11'
324-
xcode-version: '16.0'
325324
submodules: 'true'
326325
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
327326
upload-artifact: ios-apps
@@ -330,6 +329,9 @@ jobs:
330329
script: |
331330
set -eux
332331
332+
echo "Setting XCode version"
333+
sudo xcode-select -switch /Applications/Xcode_16.1.app
334+
333335
echo "::group::Setting up CI environment"
334336
.ci/scripts/setup-conda.sh
335337

0 commit comments

Comments
 (0)