Skip to content

Commit 9593acb

Browse files
committed
fixup: quick update, squash later
1 parent b31668c commit 9593acb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .github/workflows/arm.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,10 @@ jobs:
2626
env:
2727
CC: clang
2828
steps:
29-
- uses: actions/checkout@v3
30-
# with:
31-
# repository: 'neovim/neovim'
29+
- uses: actions/checkout@v4
3230
- run: docker run --rm --privileged multiarch/qemu-user-static:register --reset
33-
- uses: docker://multiarch/ubuntu-core:s390x-focal
31+
- uses: docker://multiarch/ubuntu-core:arm64-focal
3432
with:
35-
# Docker runs the command as root, but we want the build/test to run
36-
# as non-root so permissions based tests run correctly
3733
args: >
3834
bash -c
3935
"

0 commit comments

Comments
 (0)