From 952d612312b306931880d6ae3396407bffa73f68 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Thu, 28 Sep 2023 14:24:01 +0200 Subject: [PATCH] Update codeLintGlobal.yml --- .github/workflows/codeLintGlobal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeLintGlobal.yml b/.github/workflows/codeLintGlobal.yml index a7fa3a4d..d10bd113 100644 --- a/.github/workflows/codeLintGlobal.yml +++ b/.github/workflows/codeLintGlobal.yml @@ -14,7 +14,7 @@ name : 'Code Lint Global' jobs: run-linters: name: Test Linters - runs-on: ubuntu-latest-m + runs-on: ubuntu-latest steps: - name: Check out Git repository