mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2024-11-21 15:40:58 -05: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 ]
|
||||
jobs:
|
||||
integration:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
Loading…
Reference in a new issue