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 2bf4687 commit 36f45feCopy full SHA for 36f45fe
.github/workflows/ci.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
jobs:
5
ci:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
7
strategy:
8
fail-fast: false
9
steps:
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
types: [ published ]
release:
10
11
- uses: actions/checkout@v4
12
with:
0 commit comments