From 9379c08cfdf9d89f82e755958679efba5ac5a131 Mon Sep 17 00:00:00 2001 From: Panagiotis Simakis Date: Sun, 19 Nov 2023 01:19:07 +0200 Subject: [PATCH] add missing runner --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 04c39aa..b25baea 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,6 +13,7 @@ env: jobs: checkout-code: + runs-on: ubuntu-latest steps: - uses: pre-commit/action@v3.0.0 - uses: pre-commit-ci/lite-action@v1.0.1