Skip to content

Commit 12913f6

Browse files
committed
fix with containers
1 parent 5a68096 commit 12913f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- llvm-premerge-linux-runners
3636
runs-on: ${{ matrix.runs-on }}
3737
container:
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 }}
38+
image: ${{ (startsWith(matrix.runs-on, 'depot-ubuntu-24.04-arm') && 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)