use self-hosted runners for Developer builds GH action
Otherwise we get: ``` Error: The operation was canceled. ``` Which is most probably due to OOM error. Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
a810894635
commit
90cf1753bd
|
@ -213,7 +213,7 @@ jobs:
|
||||||
|
|
||||||
devbuild:
|
devbuild:
|
||||||
name: "Developer builds"
|
name: "Developer builds"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ['self-hosted','ubuntu-22.04']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in New Issue