Skip to content

Commit dc5fb29

Browse files
authored
ci: use ubuntu-latest
1 parent 12d3128 commit dc5fb29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/package-deb.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build-pulse-amd64:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
container: ubuntu:22.04
1818
strategy:
1919
matrix:
@@ -60,7 +60,7 @@ jobs:
6060
path: src/jamesdsp
6161

6262
build-pipewire-amd64:
63-
runs-on: ubuntu-20.04
63+
runs-on: ubuntu-latest
6464
container: ubuntu:22.04
6565
strategy:
6666
matrix:
@@ -108,7 +108,7 @@ jobs:
108108
path: src/jamesdsp
109109

110110
build-deb-amd64:
111-
runs-on: ubuntu-20.04
111+
runs-on: ubuntu-latest
112112
needs: [build-pulse-amd64, build-pipewire-amd64]
113113
strategy:
114114
matrix:

0 commit comments

Comments
 (0)