Skip to content

Commit 1f52a8e

Browse files
authored
Fix runs-on
Signed-off-by: Alex Ellis <[email protected]>
1 parent a908642 commit 1f52a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
concurrency:
1414
group: ${{ github.ref }}
1515
cancel-in-progress: true
16-
runs-on: alexellis/upload-assets
16+
runs-on: actuated-8cpu-16gb
1717
steps:
1818
- uses: actions/checkout@master
1919
with:

0 commit comments

Comments
 (0)