Skip to content

Commit d9afa54

Browse files
committed
ci: pin alpine to 3.18
because 3.19 fails due to #434. While I work on better musl support, this makes CI a bit more meaningful.
1 parent e8dde86 commit d9afa54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gem-install.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327
ruby: ["3.0", "3.1", "3.2", "3.3-rc"]
328328
runs-on: ubuntu-latest
329329
container:
330-
image: ruby:${{matrix.ruby}}-alpine
330+
image: ruby:${{matrix.ruby}}-alpine3.18
331331
steps:
332332
- uses: actions/checkout@v4
333333
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)