update & streamline GH Actions runner images (#3025)

This commit is contained in:
Georg Lauterbach 2023-01-28 13:53:17 +01:00 committed by GitHub
parent 555fbb78c4
commit bb758ea34d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 11 additions and 11 deletions

View file

@ -15,7 +15,7 @@ on:
jobs:
preview:
name: 'Deploy Preview'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: ${{ github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' }}
steps: