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 c519708 commit 8b8ac05Copy full SHA for 8b8ac05
.github/workflows/nightly.yml
@@ -61,14 +61,17 @@ jobs:
61
62
backend-test-macos:
63
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
64
+ permissions:
65
+ id-token: write
66
+ contents: read
67
strategy:
68
fail-fast: false
69
matrix:
70
flow: [coreml, coreml_static_int8]
71
suite: [models, operators]
72
with:
73
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
- runner: macos-latest-xlarge
74
+ runner: macos-m1-stable
75
python-version: 3.12
76
submodules: recursive
77
timeout: 90
0 commit comments