Skip to content

Commit 000b413

Browse files
authored
Merge pull request #58 from tencentcloudstack/hellertang-patch-1
Update runner to use ubuntu-latest
2 parents f43e811 + 1f2ea34 commit 000b413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
publish_binary:
2222
name: publish
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Repo
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)