Skip to content

Commit a17ec1f

Browse files
ameba23bakhtin
andauthored
Run on a github runner rather than WarpBuild
Co-authored-by: Artyom Bakhtin <[email protected]>
1 parent 4d2bc3c commit a17ec1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
name: Draft release
113113
if: ${{ github.event.inputs.draft-release == 'true' || github.event_name == 'push'}} # when manually triggered or version tagged
114114
needs: [extract-version, build-binary]
115-
runs-on: warp-ubuntu-2404-x64-16x
115+
runs-on: ubuntu-latest
116116
env:
117117
VERSION: ${{ needs.extract-version.outputs.VERSION }}
118118
permissions:

0 commit comments

Comments
 (0)