mirror of
https://code.forgejo.org/actions/setup-forgejo.git
synced 2024-12-26 06:42:17 -05:00
Merge pull request 'Update dependency forgejo-lxc to v12' (#223) from renovate/forgejo-lxc-12.x into main
Reviewed-on: https://code.forgejo.org/actions/setup-forgejo/pulls/223 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
dbe62fdc04
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