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 a065c8e commit e267fc9Copy full SHA for e267fc9
.github/workflows/build.yml
@@ -21,7 +21,7 @@ env:
21
jobs:
22
23
preBuild:
24
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
25
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository }}
26
outputs:
27
version: ${{ steps.version.outputs.value }}
0 commit comments