Skip to content

Commit

Permalink
fix: upgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Dec 17, 2021
1 parent 1459829 commit 4ca3452
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 @@ -7,7 +7,7 @@ jobs:
release:
if: "!contains(github.event.head_commit.message, 'skip ci')"
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down

0 comments on commit 4ca3452

Please sign in to comment.