From 0f74e65185e130f9fd676994a75bf271c23a8559 Mon Sep 17 00:00:00 2001 From: Rocket13011 Date: Thu, 28 Sep 2023 14:20:11 +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 d10bd113..a7fa3a4d 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 + runs-on: ubuntu-latest-m steps: - name: Check out Git repository