|
20 | 20 | - ubuntu-20.04 |
21 | 21 | - ubuntu-22.04 |
22 | 22 | - ubuntu-24.04 |
23 | | - - macos-11 |
24 | 23 | - macos-12 |
25 | 24 | - macos-13 |
26 | 25 | - macos-14 |
|
41 | 40 | - { target: ubuntu-22.04, config: valgrind-unit } |
42 | 41 | # binn.c no longer works with c89 so remove this test. |
43 | 42 | # - { target: ubuntu-22.04, config: c89 } |
44 | | - - { target: ubuntu-22.04, config: clang-6.0 } |
| 43 | + - { target: ubuntu-20.04, config: clang-6.0 } |
45 | 44 | - { target: ubuntu-20.04, config: clang-8 } |
46 | 45 | - { target: ubuntu-20.04, config: clang-9 } |
47 | 46 | - { target: ubuntu-20.04, config: clang-10 } |
|
59 | 58 | - { target: ubuntu-22.04, config: pam } |
60 | 59 | - { target: ubuntu-22.04, config: kitchensink } |
61 | 60 | - { target: ubuntu-22.04, config: hardenedmalloc } |
62 | | - - { target: ubuntu-22.04, config: tcmalloc } |
| 61 | + - { target: ubuntu-20.04, config: tcmalloc } |
| 62 | + - { target: ubuntu-22.04, config: krb5 } |
| 63 | + - { target: ubuntu-22.04, config: heimdal } |
| 64 | + - { target: ubuntu-22.04, config: libedit } |
| 65 | + - { target: ubuntu-22.04, config: sk } |
| 66 | + - { target: ubuntu-22.04, config: selinux } |
| 67 | + - { target: ubuntu-22.04, config: without-openssl } |
63 | 68 | # musl doesn't work because it doesn't know about linux/tcp.h |
64 | 69 | # - { target: ubuntu-20.04, config: musl } |
65 | 70 | - { target: ubuntu-latest, config: libressl-master } |
|
94 | 99 | - { target: ubuntu-latest, config: putty-0.80 } |
95 | 100 | - { target: ubuntu-latest, config: putty-snapshot } |
96 | 101 | - { target: ubuntu-latest, config: zlib-develop } |
97 | | - - { target: ubuntu-22.04, config: pam } |
98 | | - - { target: ubuntu-22.04, config: krb5 } |
99 | | - - { target: ubuntu-22.04, config: heimdal } |
100 | | - - { target: ubuntu-22.04, config: libedit } |
101 | | - - { target: ubuntu-22.04, config: sk } |
102 | | - - { target: ubuntu-22.04, config: selinux } |
103 | | - - { target: ubuntu-22.04, config: kitchensink } |
104 | | - - { target: ubuntu-22.04, config: without-openssl } |
105 | 102 | # we know pam doesn't work because we can't install a new pam file |
106 | 103 | # for hpnssh via the CI test methods |
107 | 104 | # - { target: macos-12, config: pam } |
|
0 commit comments