From 865511e591e0d74d1b0b92f3623169a25013f1f4 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Sun, 14 Aug 2022 22:50:44 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bdfc888..ef34eae 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -9,7 +9,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-desktop-latest steps: - uses: actions/checkout@v2