ci: use multiple deb vers (if possible)
Some checks are pending
backend / docker (push) Waiting to run
Some checks are pending
backend / docker (push) Waiting to run
This commit is contained in:
parent
ccd63e713b
commit
581c950261
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: debian-trixie
|
||||
runs-on: [debian-trixie, debian-bookworm]
|
||||
steps:
|
||||
- name: checkout
|
||||
uses: actions/checkout@v6
|
||||
|
|
|
|||
Loading…
Reference in a new issue