From 599be4aaace94357e6b033d87697be63a717b4e8 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 24 Dec 2023 17:18:44 +0900 Subject: [PATCH] Update comment in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9a6c89b..b8100eee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -111,7 +111,7 @@ jobs: - almalinux:9 # glibc 2.34 - almalinux:9-minimal # glibc 2.34 - centos:7 # glibc 2.17 - - alpine:latest # musl 1.2.4 (as of alpine 3.18) + - alpine:latest # musl 1.2.4 (as of alpine 3.19) runs-on: ubuntu-latest timeout-minutes: 60 container: ${{ matrix.container }}