[ci] Update preBuild job to Ubuntu 22

This commit is contained in:
Lars Toenning
2023-04-16 16:28:59 +02:00
parent a065c8e737
commit e267fc9786

View File

@@ -21,7 +21,7 @@ env:
jobs:
preBuild:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.repository }}
outputs:
version: ${{ steps.version.outputs.value }}