@@ -26,16 +26,16 @@ jobs:
26
26
strategy :
27
27
matrix :
28
28
include :
29
- - { arch: armv6, distro: bullseye , compiler: gcc }
30
- - { arch: armv6, distro: bullseye , compiler: clang }
31
- - { arch: armv7, distro: bullseye , compiler: gcc }
32
- - { arch: armv7, distro: bullseye , compiler: clang }
33
- - { arch: aarch64, distro: bullseye , compiler: gcc }
34
- - { arch: aarch64, distro: bullseye , compiler: clang }
35
- - { arch: s390x, distro: bullseye , compiler: gcc }
36
- - { arch: s390x, distro: bullseye , compiler: clang }
37
- - { arch: ppc64le, distro: bullseye , compiler: gcc }
38
- - { arch: ppc64le, distro: bullseye , compiler: clang }
29
+ - { arch: armv6, distro: bookworm , compiler: gcc }
30
+ - { arch: armv6, distro: bookworm , compiler: clang }
31
+ - { arch: armv7, distro: bookworm , compiler: gcc }
32
+ - { arch: armv7, distro: bookworm , compiler: clang }
33
+ - { arch: aarch64, distro: bookworm , compiler: gcc }
34
+ - { arch: aarch64, distro: bookworm , compiler: clang }
35
+ - { arch: s390x, distro: bookworm , compiler: gcc }
36
+ - { arch: s390x, distro: bookworm , compiler: clang }
37
+ - { arch: ppc64le, distro: bookworm , compiler: gcc }
38
+ - { arch: ppc64le, distro: bookworm , compiler: clang }
39
39
- { arch: riscv64, distro: ubuntu_latest, compiler: gcc }
40
40
- { arch: riscv64, distro: ubuntu_latest, compiler: clang }
41
41
runs-on : ubuntu-latest
0 commit comments