mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2024-11-22 02:00:39 +00:00
s/ubuntu-latest/docker/
This commit is contained in:
parent
4ac9bbc591
commit
4d98c454fb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
on: [ push ]
|
on: [ push ]
|
||||||
jobs:
|
jobs:
|
||||||
integration:
|
integration:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue