From 42451d720c05990a24fd08c2e1466f4420dec7e8 Mon Sep 17 00:00:00 2001 From: Karsten Dambekalns Date: Thu, 11 Jan 2024 19:10:59 +0100 Subject: [PATCH] Switch docker.build.yaml to MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Try BuildJet with the `buildjet-2vcpu-ubuntu-2204´ runner, the slowest they offer… --- .github/workflows/docker.build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.build.yaml b/.github/workflows/docker.build.yaml index 7480ca6..6266828 100644 --- a/.github/workflows/docker.build.yaml +++ b/.github/workflows/docker.build.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: php: [ 7.4.33, 8.0.30, 8.1.27, 8.2.14, 8.3.1 ] - runs-on: ubuntu-latest + runs-on: buildjet-2vcpu-ubuntu-2204 steps: - uses: actions/checkout@v3 with: