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 995ab67 commit 93be0abCopy full SHA for 93be0ab
.github/workflows/apple-perf.yml
@@ -319,7 +319,7 @@ jobs:
319
- set-parameters
320
secrets: inherit
321
with:
322
- runner: macos-latest-xlarge
+ runner: macos-15-xlarge
323
python-version: '3.11'
324
submodules: 'true'
325
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
@@ -330,7 +330,7 @@ jobs:
330
set -eux
331
332
echo "Setting XCode version"
333
- sudo xcode-select -switch /Applications/Xcode_16_1.app
+ sudo xcode-select -switch /Applications/Xcode_16.2.app
334
335
echo "::group::Setting up CI environment"
336
.ci/scripts/setup-conda.sh
0 commit comments