Skip to content

Commit c7c8d96

Browse files
pack rpm ubuntu
1 parent dc6b34c commit c7c8d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
if: (github.event_name == 'push') ||
217217
(github.event_name == 'pull_request' &&
218218
github.event.pull_request.head.repo.full_name != github.repository)
219-
runs-on: ubuntu-20.04
219+
runs-on: ubuntu-latest
220220

221221
container:
222222
image: ${{ matrix.target.os }}:${{ matrix.target.dist }}

0 commit comments

Comments
 (0)