From ef3dbc43aa057f15f7115d063713760eb3cc340a Mon Sep 17 00:00:00 2001 From: Clete Blackwell II Date: Thu, 7 Dec 2023 08:19:42 -0500 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20we=20don't=20have=20large?= =?UTF-8?q?=20runners=20apparently?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/git-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git-ci.yml b/.github/workflows/git-ci.yml index 12324a9..32ec974 100644 --- a/.github/workflows/git-ci.yml +++ b/.github/workflows/git-ci.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest-large + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v3