Changed large-runner type for binary-build job

Signed-off-by: yonatanamz <yonatan989@gmail.com>
This commit is contained in:
yonatanamz
2024-07-03 13:58:55 +03:00
parent ae5744f54e
commit c56e5799d7

View File

@@ -146,7 +146,7 @@ jobs:
needs: wf-preparation
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
runs-on: ubuntu-22.04-large
runs-on: ubuntu-large
steps:
- name: (debug) Step 1 - Check disk space before checkout
run: df -h