Skip to content

Commit 8b8ac05

Browse files
committed
Update
[ghstack-poisoned]
1 parent c519708 commit 8b8ac05

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,17 @@ jobs:
6161
6262
backend-test-macos:
6363
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
64+
permissions:
65+
id-token: write
66+
contents: read
6467
strategy:
6568
fail-fast: false
6669
matrix:
6770
flow: [coreml, coreml_static_int8]
6871
suite: [models, operators]
6972
with:
7073
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
71-
runner: macos-latest-xlarge
74+
runner: macos-m1-stable
7275
python-version: 3.12
7376
submodules: recursive
7477
timeout: 90

0 commit comments

Comments
 (0)