diff options
author | techknowlogick <techknowlogick@gitea.com> | 2023-10-07 00:14:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-07 00:14:45 -0400 |
commit | 72b66032e4ccb5fb63871c440ebeb6b33d3cce86 (patch) | |
tree | 0727a2872d52f8b0e8811922c7a95fe91fecd22c /.github | |
parent | 68b3fe88d5a00b94caa84528c0f10b7ab4899514 (diff) | |
download | gitea-72b66032e4ccb5fb63871c440ebeb6b33d3cce86.tar.gz gitea-72b66032e4ccb5fb63871c440ebeb6b33d3cce86.zip |
change runner for binary
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 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 |