We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1459829 commit 4ca3452Copy full SHA for 4ca3452
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
release:
8
if: "!contains(github.event.head_commit.message, 'skip ci')"
9
name: Release
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v1
0 commit comments