From ef3b3f3bbb64bfcb79477034f2b7bb3f2b12ffd3 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Sat, 6 Jan 2024 15:11:26 +0100 Subject: [PATCH] ci/check: use github runner instead of self-hosted --- .github/workflows/check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 1da72bb8..5ad83d97 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,7 +7,7 @@ on: jobs: check: name: Check that the module is valid - runs-on: self-hosted + runs-on: ubuntu-latest timeout-minutes: 40 steps: - uses: actions/checkout@v4