Skip to content

Commit d2ba7cd

Browse files
committed
Fixed inconsistent Alpine version in musl x64 QEMU build (3.15 -> 3.20)
1 parent 4ef287b commit d2ba7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
include:
124124
# musl x64 builds
125125
- target: linux/amd64
126-
variant: alpine3.15
126+
variant: alpine3.20
127127
node: 24
128128
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
129129
steps:

0 commit comments

Comments
 (0)