We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e33bbc commit 4f8b1b9Copy full SHA for 4f8b1b9
1 file changed
.github/workflows/release-debian.yml
@@ -13,7 +13,7 @@ jobs:
13
name: "Build debian packages"
14
runs-on: ubuntu-latest
15
container:
16
- image: "ubuntu:bionic"
+ image: "debian:latest"
17
steps:
18
- name: Install dependencies
19
run: |
0 commit comments