From d9afa54aadbc207fd918d462af13e00fa1d3dbc6 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Tue, 19 Dec 2023 08:57:31 -0500 Subject: [PATCH] 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. --- .github/workflows/gem-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gem-install.yml b/.github/workflows/gem-install.yml index ed533abe..ea8fbc65 100644 --- a/.github/workflows/gem-install.yml +++ b/.github/workflows/gem-install.yml @@ -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