runs-on github action

This commit is contained in:
Lex Berezhny 2020-08-13 00:20:45 -04:00
parent 4b230a97f9
commit abf1247f61

View file

@ -176,6 +176,7 @@ jobs:
docker: docker:
needs: ["build"] needs: ["build"]
name: "docker image" name: "docker image"
runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: fetch lbrynet binary - name: fetch lbrynet binary