Skip to content

Commit f66432b

Browse files
committed
ci: use hosted runners
1 parent 9863e9c commit f66432b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ permissions:
2929

3030
jobs:
3131
publish:
32-
runs-on: ubuntu-latest
32+
runs-on: [self-hosted, lambda, arm]
3333
if: github.repository == 'elva-labs/awsesh'
3434
steps:
3535
- uses: actions/checkout@v4
@@ -80,7 +80,7 @@ jobs:
8080
publish-release:
8181
needs: publish
8282
if: needs.publish.outputs.tag
83-
runs-on: ubuntu-latest
83+
runs-on: [self-hosted, lambda, arm]
8484
steps:
8585
- uses: actions/checkout@v4
8686
with:

0 commit comments

Comments
 (0)