File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 - os : ubuntu-latest
2222 arch : x86_64
2323 name : linux
24- - os : LinuxARM64
24+ - os : ubuntu-22.04-arm
2525 arch : arm64
2626 name : linux
2727 - os : ubuntu-latest
2828 arch : x86_64
2929 name : linux-musl
3030 container : alpine:latest
31- - os : ubuntu-24 .04-arm
31+ - os : ubuntu-22 .04-arm
3232 arch : arm64
3333 name : linux-musl
3434 - os : macos-latest
9393 -e WEBLITE="${{ env.WEBLITE }}" \
9494 alpine:latest \
9595 sh -c '
96- apk update && apk add --no-cache git gcc make curl sqlite openssl-dev musl-dev linux-headers
97- git config --global --add safe.directory "*"
96+ apk update && apk add --no-cache gcc make curl sqlite openssl-dev musl-dev linux-headers
9897 make extension
9998 make test
10099 '
You can’t perform that action at this time.
0 commit comments