Use latest ubuntu version for experimental builds

This commit is contained in:
uranuspucksaxophone 2022-09-03 21:10:00 +02:00 committed by GitHub
parent a302c69bb2
commit 4713447bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
experimentalversion: ${{ github.run_number }}
deploy:
name: Deploy experimental release
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
needs: call-release-build
steps:
- uses: actions/checkout@v2