Skip to content

Commit

Permalink
git action 虚拟机升级到ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed May 6, 2023
1 parent f43bd97 commit 18f4915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: Upload Release
if: startsWith(github.ref, 'refs/tags/')
needs: [build]
runs-on: [ubuntu-18.04]
runs-on: [ubuntu-latest]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 18f4915

Please sign in to comment.