From c678b770f7fedb59f9b451a0353ea86991928d86 Mon Sep 17 00:00:00 2001 From: 1riatsila1 Date: Mon, 9 Dec 2024 15:23:30 +0200 Subject: [PATCH] Revert "try use the large runner again" This reverts commit 61cba1fef6dccf1a473438c83c8d161fdea5dee5. --- .github/workflows/lint-test-code.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-code.yaml b/.github/workflows/lint-test-code.yaml index a8979f4..f0c7281 100644 --- a/.github/workflows/lint-test-code.yaml +++ b/.github/workflows/lint-test-code.yaml @@ -17,7 +17,7 @@ concurrency: jobs: lint-test-code: name: Lint & Test Code - runs-on: ubuntu-latest-m + runs-on: ubuntu-latest steps: - name: Checkout Code uses: actions/checkout@v4