Skip to content

Commit 49723a9

Browse files
committed
ci: update void containers
1 parent 54c2026 commit 49723a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
c_compiler: [gcc, clang]
2020
include:
2121
- c_library: glibc
22-
void_image: ghcr.io/void-linux/void-glibc-full:20230830r1
22+
void_image: ghcr.io/void-linux/void-glibc-full:20260210r1
2323

2424
- c_library: musl
25-
void_image: ghcr.io/void-linux/void-musl-full:20230830r1
25+
void_image: ghcr.io/void-linux/void-musl-full:20260210r1
2626

2727
runs-on: ubuntu-latest
2828
container: ${{ matrix.void_image }}

0 commit comments

Comments
 (0)