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:
parent
aed4dd8766
commit
e9d5c5ec78
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue