Skip to content

Commit

Permalink
Switch docker.build.yaml to
Browse files Browse the repository at this point in the history
Try BuildJet with the `buildjet-2vcpu-ubuntu-2204´ runner, the slowest they offer…
kdambekalns authored Jan 11, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 7f0de1e commit 42451d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.build.yaml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 42451d7

Please sign in to comment.