mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-12-26 23:02:15 -05:00
Update dependency forgejo-lxc to v12
This commit is contained in:
parent
44a618a78f
commit
65b9b05cdb
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ on:
|
|||
#
|
||||
jobs:
|
||||
integration-action:
|
||||
runs-on: self-hosted
|
||||
runs-on: lxc-bookworm
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: forgejo.sh & forgejo-runner.sh
|
||||
|
|
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
integration:
|
||||
runs-on: self-hosted
|
||||
runs-on: lxc-bookworm
|
||||
strategy:
|
||||
matrix:
|
||||
info:
|
||||
|
@ -33,7 +33,7 @@ jobs:
|
|||
forgejo-test-helper.sh run_workflow testdata/ipv6 $url root ipv6 setup-forgejo $token
|
||||
|
||||
binary:
|
||||
runs-on: self-hosted
|
||||
runs-on: lxc-bookworm
|
||||
strategy:
|
||||
matrix:
|
||||
- binary: https://codeberg.org/forgejo/forgejo/releases/download/v1.21.2-1/forgejo-1.21.2-1-linux-amd64
|
||||
|
|
Loading…
Reference in a new issue