From f738e6833a9f29e01f40ba75cbb4843a4ae528c9 Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 16 Aug 2021 15:49:25 -0400 Subject: [PATCH 1/2] Update autoMergePR.yml --- .github/workflows/autoMergePR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoMergePR.yml b/.github/workflows/autoMergePR.yml index 7975c6c6..0f5cd0bf 100644 --- a/.github/workflows/autoMergePR.yml +++ b/.github/workflows/autoMergePR.yml @@ -20,7 +20,7 @@ jobs: # This workflow contains a single job called "build" build: # 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: From a7296f8163c5ffd062d240c2c1be72fb7c69f083 Mon Sep 17 00:00:00 2001 From: Preston Date: Mon, 16 Aug 2021 15:49:40 -0400 Subject: [PATCH 2/2] 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: