Skip to content

Commit

Permalink
workflows: Run release on Ubuntu 20.04
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
martinpitt committed Apr 10, 2024
1 parent 1ef89b7 commit d34caba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
Expand Down

0 comments on commit d34caba

Please sign in to comment.