Skip to content

Commit 93a7d1d

Browse files
authored
Change runner to ubuntu-24.04-arm for aarch64
1 parent b6b4a9d commit 93a7d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ jobs:
267267
image: pytorch-notebook
268268
variant: cuda12
269269
platform: aarch64
270-
runs-on: ubuntu-24.04
270+
runs-on: ubuntu-24.04-arm
271271
timeout-minutes: 25
272272
needs: aarch64-scipy
273273
if: ${{ !contains(github.event.pull_request.title, '[FAST_BUILD]') }}

0 commit comments

Comments
 (0)