From 32d0fe64638d0a41e537d20a27e3da49f60f26a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Mon, 19 Jan 2026 12:22:39 +0100 Subject: [PATCH] :wrench: Use selfhosted runner 01 to generate the bundle --- .github/workflows/build-bundle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-bundle.yml b/.github/workflows/build-bundle.yml index 6365ba93cb..4626c4dc2e 100644 --- a/.github/workflows/build-bundle.yml +++ b/.github/workflows/build-bundle.yml @@ -40,7 +40,7 @@ on: jobs: build-bundle: name: Build and Upload Penpot Bundle - runs-on: ubuntu-24.04 + runs-on: penpot-runner-01 env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}