We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d3128 commit dc5fb29Copy full SHA for dc5fb29
.github/workflows/package-deb.yml
@@ -13,7 +13,7 @@ on:
13
14
jobs:
15
build-pulse-amd64:
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
17
container: ubuntu:22.04
18
strategy:
19
matrix:
@@ -60,7 +60,7 @@ jobs:
60
path: src/jamesdsp
61
62
build-pipewire-amd64:
63
64
65
66
@@ -108,7 +108,7 @@ jobs:
108
109
110
build-deb-amd64:
111
112
needs: [build-pulse-amd64, build-pipewire-amd64]
113
114
0 commit comments