Skip to content

Commit 1630b89

Browse files
committed
ci: update to alpine latest
1 parent 86aa148 commit 1630b89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ jobs:
130130
- linux/arm64
131131
variant:
132132
- bullseye
133-
- alpine3.15
133+
- alpine
134134
include:
135135
# musl x64 builds
136136
- target: linux/amd64
137-
variant: alpine3.15
137+
variant: alpine
138138
node: 22
139139
name: ${{ matrix.variant }} (node=${{ matrix.node }}, target=${{ matrix.target }})
140140
steps:

0 commit comments

Comments
 (0)