forked from spacebar/SplatNet
ci: use multiple deb vers (if possible)
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:
|
jobs:
|
||||||
lint-debian:
|
lint-debian:
|
||||||
runs-on: debian-trixie
|
runs-on: [debian-trixie, debian-bookworm]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Install Linters
|
- name: Install Linters
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue