From e4f54ab27ab7341f83d43435ee1e93620d10b889 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Tue, 12 Dec 2023 12:41:06 +0100 Subject: [PATCH] Use latest Alpine release when building 3.19 is out so we should not longer have to use 3.16. --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index bb59648..5a4c816 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -12,7 +12,7 @@ jobs: container: ${{ matrix.os[0] }}:${{ matrix.os[1] }} strategy: matrix: - os: [[alpine, 3.16], [fedora, latest]] + os: [[alpine, latest], [fedora, latest]] steps: - uses: actions/checkout@v3