ci: use multiple deb vers (if possible)
Some checks are pending
CodeQL / lint-debian (push) Waiting to run
Some checks are pending
CodeQL / lint-debian (push) Waiting to run
this should combat us using 2 forgejo repos + a gh actions lmfao..
This commit is contained in:
parent
700b2d0d61
commit
b9f47889fc
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
lint-debian:
|
||||
runs-on: debian-trixie
|
||||
runs-on: [debian-trixie, debian-bookworm]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Linters
|
||||
|
|
|
|||
Loading…
Reference in a new issue