From 30bebb7661f6254964a683b8d2a1822c7058c7ac Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 14 Aug 2019 11:15:21 +0300 Subject: [PATCH] Update go.yml Former-commit-id: ce33f805075465f3ad736ea73229fc4214cfe515 --- .github/workflows/go.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ef0877a4..1187d07f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,7 @@ jobs: build: name: Build - runs-on: - - ubuntu-latest - - macOS-latest - - windows-latest + runs-on: ubuntu-latest steps: - name: Set up Go 1.12