From a7296f8163c5ffd062d240c2c1be72fb7c69f083 Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 16 Aug 2021 15:49:40 -0400 Subject: [PATCH] Update linter.yml --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 9289c767..9af85f8c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -13,7 +13,7 @@ jobs: # This workflow contains a single job called "build" lint: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 # Steps represent a sequence of tasks that will be executed as part of the job steps: