Skip to content

Commit e5b7f2a

Browse files
committed
fix perf.yml
1 parent 032ae0d commit e5b7f2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/apple-perf.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,10 +314,10 @@ jobs:
314314
315315
build-benchmark-app:
316316
name: build-benchmark-app
317-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
318317
uses: maxim-lobanov/setup-xcode@v1
319-
with:
320-
xcode-version: '16.0'
318+
with:
319+
xcode-version: '16.0'
320+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
321321
needs:
322322
- set-parameters
323323
secrets: inherit

0 commit comments

Comments
 (0)