0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 18:49:23 +02:00

Use Actuated.dev runner for nightly builds

This commit is contained in:
techknowlogick 2023-09-12 12:15:05 -04:00 committed by GitHub
parent e986265ecb
commit e6b68c579b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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