From 266dc81908196b0e1e1bd5a66163c585972fcbb0 Mon Sep 17 00:00:00 2001 From: snmsts Date: Wed, 16 Oct 2024 14:43:51 +0900 Subject: [PATCH] glibc2.31 not 2.3.1 --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 84ecfef..77ab588 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: image: [musl64] - variant: ['', '-musl', '-glibc2.3.1'] + variant: ['', '-musl', '-glibc2.31'] target: ['x86-64', 'arm64', 'riscv64'] include: # set default docker platform and image suffix.