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