Skip to content

Commit d6775f0

Browse files
committed
Reduce RAM for builds
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 0f48339 commit d6775f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency:
1414
group: ${{ github.ref }}
1515
cancel-in-progress: true
16-
runs-on: actuated-8cpu-16gb
16+
runs-on: actuated-8cpu-12gb
1717
steps:
1818
- uses: actions/checkout@v5
1919
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish:
10-
runs-on: actuated-8cpu-16gb
10+
runs-on: actuated-8cpu-12gb
1111
steps:
1212
- uses: actions/checkout@v5
1313
with:

0 commit comments

Comments
 (0)