Skip to content

Commit 92a0d64

Browse files
committed
Switch to depot runners
1 parent 2e1badd commit 92a0d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
strategy:
3232
matrix:
3333
runs-on:
34-
- ubuntu-24.04
34+
- depot-ubuntu-24.04-arm-4
3535
- llvm-premerge-linux-runners
3636
runs-on: ${{ matrix.runs-on }}
3737
container:
38-
image: ${{ (startsWith(matrix.runs-on, 'ubuntu-24.04') && format('ghcr.io/{0}/ci-ubuntu-24.04',github.repository_owner) ) || null }}
38+
image: ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm-16') && format('ghcr.io/{0}/arm64v8/ci-ubuntu-24.04',github.repository_owner) ) || null }}
3939
defaults:
4040
run:
4141
# The run step defaults to using sh as the shell when running in a

0 commit comments

Comments
 (0)