Browse Source

bump all nightly builds to 16gb

tags/v1.21.0-rc0
techknowlogick 9 months ago
parent
commit
5d755ac6ae
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      .github/workflows/release-nightly.yml

+ 3
- 3
.github/workflows/release-nightly.yml View File

@@ -5,12 +5,12 @@ on:
branches: [ main, release/v* ]

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
nightly-binary:
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
@@ -93,7 +93,7 @@ jobs:
push: true
tags: gitea/gitea:${{ steps.clean_name.outputs.branch }}
nightly-docker-rootless:
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

Loading…
Cancel
Save