Skip to content

Commit 93be0ab

Browse files
authored
Update apple-perf.yml
1 parent 995ab67 commit 93be0ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ jobs:
319319
- set-parameters
320320
secrets: inherit
321321
with:
322-
runner: macos-latest-xlarge
322+
runner: macos-15-xlarge
323323
python-version: '3.11'
324324
submodules: 'true'
325325
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -330,7 +330,7 @@ jobs:
330330
set -eux
331331
332332
echo "Setting XCode version"
333-
sudo xcode-select -switch /Applications/Xcode_16_1.app
333+
sudo xcode-select -switch /Applications/Xcode_16.2.app
334334
335335
echo "::group::Setting up CI environment"
336336
.ci/scripts/setup-conda.sh

0 commit comments

Comments
 (0)