Skip to content

Commit 3d7d925

Browse files
committed
Fix missing distribution in ci matrice
1 parent df76116 commit 3d7d925

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/beta-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
distribution:
13+
- bullseye
1314
- stretch
1415
- buster
1516
- xenial

.github/workflows/stable-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
distribution:
13+
- bullseye
1314
- stretch
1415
- buster
1516
- xenial

0 commit comments

Comments
 (0)