Skip to content

Commit

Permalink
Update apple-perf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metascroy authored Jan 2, 2025
1 parent 995ab67 commit 93be0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/apple-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ jobs:
- set-parameters
secrets: inherit
with:
runner: macos-latest-xlarge
runner: macos-15-xlarge
python-version: '3.11'
submodules: 'true'
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
Expand All @@ -330,7 +330,7 @@ jobs:
set -eux
echo "Setting XCode version"
sudo xcode-select -switch /Applications/Xcode_16_1.app
sudo xcode-select -switch /Applications/Xcode_16.2.app
echo "::group::Setting up CI environment"
.ci/scripts/setup-conda.sh
Expand Down

0 comments on commit 93be0ab

Please sign in to comment.