Skip to content

Commit 22282a8

Browse files
committed
Give specific amount of RAM for jobs
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent ad9660e commit 22282a8

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
@@ -14,7 +14,7 @@ jobs:
1414
group: ${{ github.ref }}
1515
cancel-in-progress: true
1616

17-
runs-on: actuated
17+
runs-on: actuated-8cpu-12gb
1818
steps:
1919
- uses: actions/checkout@master
2020
with:

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
repository-projects: read
1818
statuses: read
1919

20-
runs-on: actuated
20+
runs-on: actuated-8cpu-12gb
2121
steps:
2222
- uses: actions/checkout@master
2323
with:

0 commit comments

Comments
 (0)