Skip to content

Commit 9dfeb8a

Browse files
the-maldridgeDuncaen
authored andcommitted
ci: update base CI images
Closes: #389 [via git-merge-pr]
1 parent d8d284d commit 9dfeb8a

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ jobs:
99
c_compiler: [gcc, clang]
1010
include:
1111
- c_library: glibc
12-
void_image: voidlinux/voidlinux
12+
void_image: ghcr.io/void-linux/latest-full-x86_64
13+
1314
- c_library: musl
14-
void_image: voidlinux/voidlinux-musl
15+
void_image: ghcr.io/void-linux/latest-full-x86_64-musl
1516

1617
- c_library: musl
17-
void_image: voidlinux/voidlinux-musl
18+
void_image: ghcr.io/void-linux/latest-full-x86_64-musl
1819
c_compiler: pcc
1920
extra_deps: gcc
2021

0 commit comments

Comments
 (0)