Skip to content

Commit

Permalink
[Cherry-pick] Fix release runner (#5887) (#5888)
Browse files Browse the repository at this point in the history
Fix release runner (#5887)

Update release.yml
  • Loading branch information
Shinji-IkariG committed May 17, 2024
1 parent 7458486 commit fa92893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
jobs:
package:
name: package
runs-on: ubuntu-latest
runs-on: [self-hosted, medium]
container:
image: vesoft/nebula-dev:centos7
steps:
Expand Down

0 comments on commit fa92893

Please sign in to comment.