Skip to content

Commit 3415dca

Browse files
committed
Fix test-signing workflow to use ubuntu-22.04 for dpkg-sig availability
1 parent b94874e commit 3415dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-signing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: workflow_dispatch
55
jobs:
66
test-signing:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

0 commit comments

Comments
 (0)