From 04c4805860c29ce9764bc85e81271f5f87acbdfd Mon Sep 17 00:00:00 2001 From: Paulina Date: Tue, 7 Apr 2026 11:52:13 +0200 Subject: [PATCH] fix(CI): use github hosted runners --- .github/workflows/ci-standard-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-standard-checks.yml b/.github/workflows/ci-standard-checks.yml index 7bbf256..ba1d2d9 100644 --- a/.github/workflows/ci-standard-checks.yml +++ b/.github/workflows/ci-standard-checks.yml @@ -15,3 +15,5 @@ on: jobs: ci-standard-checks: uses: Typeform/.github/.github/workflows/ci-standard-checks-workflow.yaml@v1 + with: + runner: ubuntu-latest