We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54c2026 commit 49723a9Copy full SHA for 49723a9
.github/workflows/ci.yaml
@@ -19,10 +19,10 @@ jobs:
19
c_compiler: [gcc, clang]
20
include:
21
- c_library: glibc
22
- void_image: ghcr.io/void-linux/void-glibc-full:20230830r1
+ void_image: ghcr.io/void-linux/void-glibc-full:20260210r1
23
24
- c_library: musl
25
- void_image: ghcr.io/void-linux/void-musl-full:20230830r1
+ void_image: ghcr.io/void-linux/void-musl-full:20260210r1
26
27
runs-on: ubuntu-latest
28
container: ${{ matrix.void_image }}
0 commit comments