From 528296c76ff0e14a5fb48158708fa8aa407f2e54 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 21 Jul 2023 11:09:40 -0400 Subject: [PATCH] chore(ci): test out 4 core builders MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I want to put buildjet through it's paces, so I've set up nicer 4 core builders for bazzite for this development push. These should make things way faster for you., you may indulge yourselves! 😄 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47586967..9aba3887 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ env: jobs: push-ghcr: name: Build and push image - runs-on: ubuntu-22.04 + runs-on: buildjet-4vcpu-ubuntu-2204 permissions: contents: read packages: write