[FORGEJO] runs on docker not ubuntu-latest
This commit is contained in:
parent
fab643318e
commit
9d7b4ef298
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ env:
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
name: check and test
|
name: check and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: cache go path
|
- name: cache go path
|
||||||
id: cache-go-path
|
id: cache-go-path
|
||||||
|
|
Loading…
Reference in a new issue