We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a497d commit 69e5bc2Copy full SHA for 69e5bc2
1 file changed
.github/workflows/ci-pre-reqs.yml
@@ -20,16 +20,16 @@ jobs:
20
- debian:bullseye-slim
21
- debian:bookworm-slim
22
- archlinux:latest
23
- # - ubuntu:bionic glibc too old
+ # - ubuntu:bionic glibc too old
24
- ubuntu:focal
25
- ubuntu:jammy
26
- ubuntu:kinetic
27
- # - ubuntu:lunar glibc too old
+ # - ubuntu:lunar glibc too old
28
# - ubuntu:trusty
29
- # - ubuntu:xenial glibc too old
+ # - ubuntu:xenial glibc too old
30
- fedora:latest
31
- # - nixos/nix:latest can’t exec
32
- # - alpine:latest tea binary doesn’t actually end up on the system (wtf)
+ # - nixos/nix:latest can’t exec
+ - alpine:latest # tea binary doesn’t actually end up on the system (wtf)
33
container: ${{ matrix.container }}
34
steps:
35
- uses: actions/checkout@v3
0 commit comments