Skip to content

Commit

Permalink
ci: pin alpine to 3.18
Browse files Browse the repository at this point in the history
because 3.19 fails due to #434. While I work on better musl support,
this makes CI a bit more meaningful.
  • Loading branch information
flavorjones committed Dec 19, 2023
1 parent e8dde86 commit d9afa54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ jobs:
ruby: ["3.0", "3.1", "3.2", "3.3-rc"]
runs-on: ubuntu-latest
container:
image: ruby:${{matrix.ruby}}-alpine
image: ruby:${{matrix.ruby}}-alpine3.18
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
Expand Down

0 comments on commit d9afa54

Please sign in to comment.