From 36d78bc6a110a059d24acfbc1500ac25551114ac Mon Sep 17 00:00:00 2001 From: dal Date: Tue, 19 Aug 2025 10:04:17 -0600 Subject: [PATCH] upgrade porter deployment to blacksmith --- .github/workflows/porter_app_main-hono-server_3155.yml | 2 +- .github/workflows/porter_app_staging-hono-server_3155.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/porter_app_main-hono-server_3155.yml b/.github/workflows/porter_app_main-hono-server_3155.yml index 8f47772f1..1e3aa0e74 100644 --- a/.github/workflows/porter_app_main-hono-server_3155.yml +++ b/.github/workflows/porter_app_main-hono-server_3155.yml @@ -5,7 +5,7 @@ name: Deploy to main-hono-server jobs: porter-deploy: - runs-on: ubuntu-latest + runs-on: blacksmith-8vcpu-ubuntu-2204 steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/porter_app_staging-hono-server_3155.yml b/.github/workflows/porter_app_staging-hono-server_3155.yml index 641863fa1..ea86dea20 100644 --- a/.github/workflows/porter_app_staging-hono-server_3155.yml +++ b/.github/workflows/porter_app_staging-hono-server_3155.yml @@ -5,7 +5,7 @@ name: Deploy to staging-hono-server jobs: porter-deploy: - runs-on: ubuntu-latest + runs-on: blacksmith-8vcpu-ubuntu-2204 steps: - name: Checkout code uses: actions/checkout@v4