diff options
author | techknowlogick <techknowlogick@gitea.com> | 2023-09-12 15:26:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-12 15:26:41 -0400 |
commit | 3bebcb2e9cc7961fd0d44b15df008164fae4d764 (patch) | |
tree | 47d91485947f3912daeecb4f7bdb9c9c844def41 /.github | |
parent | 2abbc43dff8c25b7212e8e7377e6da30feb4b9ca (diff) | |
download | gitea-3bebcb2e9cc7961fd0d44b15df008164fae4d764.tar.gz gitea-3bebcb2e9cc7961fd0d44b15df008164fae4d764.zip |
bump rootful to 16gb
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release-nightly.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index 5212ccf7bb..519fd3f02a 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -56,7 +56,7 @@ jobs: SOURCE_DIR: dist/release DEST_DIR: gitea/${{ steps.clean_name.outputs.branch }} nightly-docker-rootful: - runs-on: actuated-4cpu-8gb + runs-on: actuated-4cpu-16gb steps: - uses: actions/checkout@v3 # fetch all commits instead of only the last as some branches are long lived and could have many between versions |