diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 58d255cce..f5dd74e21 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -14,7 +14,7 @@ concurrency: jobs: e2e: name: E2E Tests (shard ${{ matrix.shard }}/2) - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2204 timeout-minutes: 30 strategy: diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 69a898d77..c0e81eca5 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -6,7 +6,7 @@ on: jobs: typecheck: name: Typecheck - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2204 env: TIPTAP_PRO_TOKEN: ${{ secrets.TIPTAP_PRO_TOKEN }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 47122b34c..1a0c8cdb1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ on: jobs: test: name: Tests - runs-on: ubuntu-latest + runs-on: blacksmith-2vcpu-ubuntu-2204 env: # Tiptap Pro registry authentication