Skip to content

Commit b1fe40b

Browse files
committed
workflows: Move reposchutz workflow from Ubuntu 20.04 to 24.04
20.04 is EOL. "ubuntu-latest" is 24.04 now with a newer podman. Cherry-picked from main commit fa65923.
1 parent 0558898 commit b1fe40b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reposchutz.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ on:
66
jobs:
77
check:
88
name: Protection checks
9-
# 22.04's podman has issues with piping and causes tar errors
10-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1110
permissions:
1211
contents: read
1312
pull-requests: write

0 commit comments

Comments
 (0)