From 95e69c01e8ceb9d532801129a8ccc44109b1250e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 7 Jun 2024 14:40:29 +0100 Subject: [PATCH] Update the Alpine version in the CI. --- .github/workflows/ci-alpine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml index d3e3209ac..a23e40898 100644 --- a/.github/workflows/ci-alpine.yml +++ b/.github/workflows/ci-alpine.yml @@ -7,7 +7,7 @@ on: jobs: build: if: "!contains(github.event.head_commit.message, '[skip alpine ci]')" - container: alpine:3.16 + container: alpine:3.20 runs-on: ubuntu-latest env: CXX: ${{ matrix.compiler }}