Skip to content

Commit bc7b365

Browse files
committed
Increase size of GitHub Actions Runners because of memory segmentation fault issues (Thanks Depot! 😅)
1 parent a9af2e5 commit bc7b365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
docker-publish:
7676
needs: setup-matrix
77-
runs-on: depot-ubuntu-24.04-4
77+
runs-on: depot-ubuntu-24.04-8
7878
strategy:
7979
matrix: ${{fromJson(needs.setup-matrix.outputs.php-version-map-json)}}
8080

0 commit comments

Comments
 (0)