From fa565fb82d8074580b74b64fbe561b3b45c89667 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Mon, 7 Oct 2019 20:15:02 +0900 Subject: [PATCH] docs: update workflow example --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c466223..4a2a3b3 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,6 @@ on: jobs: build-deploy: runs-on: ubuntu-18.04 - # runs-on: macOS-10.14 - # runs-on: windows-2019 steps: - uses: actions/checkout@master # with: