From 25455523ad7374b7b8ddfc6f26b26e4f4eb9e52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Fri, 16 Jan 2026 17:51:02 +0100 Subject: [PATCH] :wrench: Revert use of selfhosted runner 02 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 80da489ca3..6365ba93cb 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: penpot-runner-02 + runs-on: ubuntu-24.04 env: AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}