Skip to content

Commit 880fc3d

Browse files
committed
ci.yml: upgrade to Debian bookworm
1 parent d7a8cbf commit 880fc3d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ jobs:
2626
strategy:
2727
matrix:
2828
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 }
3939
- { arch: riscv64, distro: ubuntu_latest, compiler: gcc }
4040
- { arch: riscv64, distro: ubuntu_latest, compiler: clang }
4141
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)