1
Fork 0

Update GitHub CI image to Ubuntu 20.04 for 'create-release' workflow

This commit is contained in:
gvnnz 2023-06-03 16:40:39 +02:00
parent a6f121b50a
commit 27552c1abd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
# create-release -------------------------------------------------------------
create-release:
name: Create release
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
outputs: # Output contains the upload url. Will be reused on upload release
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps: