We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d254d26 commit aa94a6dCopy full SHA for aa94a6d
.github/workflows/ci-pre-reqs.yml
@@ -23,16 +23,16 @@ jobs:
23
- debian:bullseye-slim
24
- debian:bookworm-slim
25
- archlinux:latest
26
- # - ubuntu:bionic glibc too old
+ # - ubuntu:bionic glibc too old
27
- ubuntu:focal
28
- ubuntu:jammy
29
- ubuntu:kinetic
30
- # - ubuntu:lunar glibc too old
+ # - ubuntu:lunar glibc too old
31
# - ubuntu:trusty
32
- # - ubuntu:xenial glibc too old
+ # - ubuntu:xenial glibc too old
33
- fedora:latest
34
- # - nixos/nix:latest can’t exec
35
- # - 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)
36
container: ${{ matrix.container }}
37
steps:
38
- uses: actions/checkout@v3
0 commit comments