aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-09-12 12:15:05 -0400
committerGitHub <noreply@github.com>2023-09-12 12:15:05 -0400
commite6b68c579b75e818f6a3a80ef9811f739bcb4f86 (patch)
tree8b213891ce04969075a3d3f0462decbfebf7026c /.github
parente986265ecb633a6db1af6b8382c65b209faf0579 (diff)
downloadgitea-e6b68c579b75e818f6a3a80ef9811f739bcb4f86.tar.gz
gitea-e6b68c579b75e818f6a3a80ef9811f739bcb4f86.zip
Use Actuated.dev runner for nightly builds
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-nightly.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml
index 8387f615d9..ca01ccfaa7 100644
--- a/.github/workflows/release-nightly.yml
+++ b/.github/workflows/release-nightly.yml
@@ -6,7 +6,7 @@ on:
jobs:
nightly-binary:
- runs-on: ubuntu-latest
+ runs-on: actuated-4cpu-8gb
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
@@ -52,7 +52,7 @@ jobs:
SOURCE_DIR: dist/release
DEST_DIR: gitea/${{ steps.clean_name.outputs.branch }}
nightly-docker:
- runs-on: ubuntu-latest
+ runs-on: actuated-4cpu-8gb
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