summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.com>2023-10-07 00:14:45 -0400
committerGitHub <noreply@github.com>2023-10-07 00:14:45 -0400
commit72b66032e4ccb5fb63871c440ebeb6b33d3cce86 (patch)
tree0727a2872d52f8b0e8811922c7a95fe91fecd22c /.github
parent68b3fe88d5a00b94caa84528c0f10b7ab4899514 (diff)
downloadgitea-72b66032e4ccb5fb63871c440ebeb6b33d3cce86.tar.gz
gitea-72b66032e4ccb5fb63871c440ebeb6b33d3cce86.zip
change runner for binary
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-nightly.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml
index 9d1321194a..1b467e644d 100644
--- a/.github/workflows/release-nightly.yml
+++ b/.github/workflows/release-nightly.yml
@@ -12,7 +12,7 @@ jobs:
disk-clean:
uses: ./.github/workflows/disk-clean.yml
nightly-binary:
- runs-on: ubuntu-latest
+ runs-on: nscloud
steps:
- uses: actions/checkout@v4
# fetch all commits instead of only the last as some branches are long lived and could have many between versions