Skip to content

Commit 9f9fccf

Browse files
committed
fix(workflow): update OS version for linux-musl arm64 job to use ubuntu-22.04-arm
1 parent 5d38bd4 commit 9f9fccf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -93,8 +93,7 @@ jobs:
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
'

0 commit comments

Comments
 (0)