Skip to content

Commit e6b68c5

Browse files
Use Actuated.dev runner for nightly builds
1 parent e986265 commit e6b68c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
nightly-binary:
9-
runs-on: ubuntu-latest
9+
runs-on: actuated-4cpu-8gb
1010
steps:
1111
- uses: actions/checkout@v3
1212
# 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:
5252
SOURCE_DIR: dist/release
5353
DEST_DIR: gitea/${{ steps.clean_name.outputs.branch }}
5454
nightly-docker:
55-
runs-on: ubuntu-latest
55+
runs-on: actuated-4cpu-8gb
5656
steps:
5757
- uses: actions/checkout@v3
5858
# 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)