Skip to content

Commit 048b3b8

Browse files
authored
Add comment containing the debian version
1 parent 34a713c commit 048b3b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/raspberry-pi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19+
# Debian 11
1920
- os: bullseye
2021
image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bullseye
22+
# Debian 12
2123
- os: bookworm
2224
image: ghcr.io/dtcooper/raspberrypi-os:python3.12-bookworm
2325
fail-fast: false

0 commit comments

Comments
 (0)