Skip to content

Commit

Permalink
chore: use latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 11, 2023
1 parent d843fe0 commit b70491c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
deploy:
name: Build
if: "!contains(github.event.commits[0].message, 'ci skip')"
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Setup golang v1.x
uses: actions/setup-go@v2
Expand Down

0 comments on commit b70491c

Please sign in to comment.