Skip to content

Commit 18f4915

Browse files
committed
git action 虚拟机升级到ubuntu-latest
1 parent f43bd97 commit 18f4915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Upload Release
5858
if: startsWith(github.ref, 'refs/tags/')
5959
needs: [build]
60-
runs-on: [ubuntu-18.04]
60+
runs-on: [ubuntu-latest]
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363
steps:

0 commit comments

Comments
 (0)