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 5248b61 commit 5ff1022Copy full SHA for 5ff1022
1 file changed
.github/workflows/main.yml
@@ -49,7 +49,7 @@ jobs:
49
release:
50
needs: [test]
51
if: success() && github.event_name == 'push'
52
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
53
name: release
54
steps:
55
- uses: actions/checkout@v4
0 commit comments