From 0f44a56aa08128bee4b11c17ae6be6b563372744 Mon Sep 17 00:00:00 2001 From: Yohan Nelson Date: Thu, 24 Oct 2024 17:03:41 +0530 Subject: [PATCH] Hosted action (#90) * chore: contribution guidelines * chore: move to hosted * chore: revert * chore: ubuntu --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1f5e9c..f6c370e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: jobs: tests: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout code