From 9dfeb8a0db0395b041919f24ad1620913af2d582 Mon Sep 17 00:00:00 2001 From: Michael Aldridge Date: Sat, 13 Mar 2021 02:42:40 -0800 Subject: [PATCH] ci: update base CI images Closes: #389 [via git-merge-pr] --- .github/workflows/ci.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5081dc5a..0abf58ff 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,12 +9,13 @@ jobs: c_compiler: [gcc, clang] include: - c_library: glibc - void_image: voidlinux/voidlinux - - c_library: musl - void_image: voidlinux/voidlinux-musl + void_image: ghcr.io/void-linux/latest-full-x86_64 - c_library: musl - void_image: voidlinux/voidlinux-musl + void_image: ghcr.io/void-linux/latest-full-x86_64-musl + + - c_library: musl + void_image: ghcr.io/void-linux/latest-full-x86_64-musl c_compiler: pcc extra_deps: gcc