Skip to content

Commit 5d755ac

Browse files
bump all nightly builds to 16gb
1 parent e0aacc7 commit 5d755ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on:
55
branches: [ main, release/v* ]
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
8+
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:
1212
nightly-binary:
13-
runs-on: actuated-4cpu-8gb
13+
runs-on: actuated-4cpu-16gb
1414
steps:
1515
- uses: actions/checkout@v3
1616
# 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:
9393
push: true
9494
tags: gitea/gitea:${{ steps.clean_name.outputs.branch }}
9595
nightly-docker-rootless:
96-
runs-on: actuated-4cpu-8gb
96+
runs-on: actuated-4cpu-16gb
9797
steps:
9898
- uses: actions/checkout@v3
9999
# fetch all commits instead of only the last as some branches are long lived and could have many between versions

0 commit comments

Comments
 (0)