1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-30 19:22:09 +00:00

chore: upgrade LXC example to Debian GNU/Linux trixie

This commit is contained in:
Earl Warren 2025-09-19 13:35:38 +02:00
parent aed4dd8766
commit e9d5c5ec78
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ env:
jobs:
example-lxc-systemd:
if: vars.ROLE == 'forgejo-coding'
runs-on: lxc-bookworm
runs-on: lxc-trixie
steps:
- uses: https://data.forgejo.org/actions/checkout@v4

View file

@ -27,7 +27,7 @@ DEFAULT_RUNNER_VERSION=11.1.1 # renovate: datasource=forgejo-releases depName=fo
: ${KILL_AFTER:=21600} # 6h == 21600
NODEJS_VERSION=20
DEBIAN_RELEASE=bookworm
DEBIAN_RELEASE=trixie
YQ_VERSION=v4.45.1
SELF=${BASH_SOURCE[0]}
SELF_FILENAME=$(basename "$SELF")