From d87106a29ed14ab58f02c1deedec0deb537a7a91 Mon Sep 17 00:00:00 2001 From: Ed Langley Date: Mon, 4 Jan 2021 16:02:32 -0800 Subject: [PATCH] bug: fix runs-on in workflow --- .github/workflows/blank.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 813782b..9e68aeb 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -18,7 +18,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: + runs-on: ubuntu-20.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: