workflows: Run release on Ubuntu 20.04

Just like the "reposchutz" and "dependabot" workflows, run "release" on
ubuntu 20.04. Podman in 22.04 creates truncated tarballs when streaming
them through stdout.
This commit is contained in:
Martin Pitt 2024-04-10 13:21:51 +02:00 committed by Martin Pitt
parent 1ef89b7fa3
commit d34cabacb8
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ on:
jobs:
source:
runs-on: ubuntu-latest
# 22.04's podman has issues with piping and causes tar errors
runs-on: ubuntu-20.04
permissions:
# create GitHub release
contents: write