feat(ci): use slightly smaller runner to build binaries

This commit is contained in:
kolaente 2025-04-03 14:15:20 +02:00
parent c0cd71a285
commit 58a6828c20
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
path: ./frontend/dist/**/*
binaries:
runs-on: blacksmith-16vcpu-ubuntu-2204
runs-on: blacksmith-8vcpu-ubuntu-2204
needs:
- frontend
steps: