summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-17 16:43:08 -0600
committermo khan <mo.khan@gmail.com>2020-05-17 16:43:08 -0600
commit8dcad67eb29d7507cff1d950e643cc9bfdac4641 (patch)
tree500403d62413c235662bcce4426625ce351f233b
parent7495616d0809a6bdee1c3d17c6db9d0ab312bc81 (diff)
Add runs-on
-rw-r--r--.github/workflows/ci.yml1
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