diff options
| author | mo khan <mo.khan@gmail.com> | 2020-05-17 16:43:08 -0600 |
|---|---|---|
| committer | mo khan <mo.khan@gmail.com> | 2020-05-17 16:43:08 -0600 |
| commit | 8dcad67eb29d7507cff1d950e643cc9bfdac4641 (patch) | |
| tree | 500403d62413c235662bcce4426625ce351f233b | |
| parent | 7495616d0809a6bdee1c3d17c6db9d0ab312bc81 (diff) | |
Add runs-on
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91061a3..a789bd7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,7 @@ jobs: - name: lint run: ./bin/lint docker: + runs-on: ubuntu-latest name: Docker steps: - uses: actions/checkout@v2 |
