aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-06-15 21:36:06 +0200
committertobtoht <tob@featherwallet.org>2025-06-15 21:36:06 +0200
commit7acee8dba73c68921472041e840312860999eb96 (patch)
treecfbfcf267dd8c07a9dcbdb86ca22988d67943e4e /.github
parent43af228ce640a346f814b08b0c8e529926355c1d (diff)
downloadmonzero-core-7acee8dba73c68921472041e840312860999eb96.tar.gz
monzero-core-7acee8dba73c68921472041e840312860999eb96.tar.xz
monzero-core-7acee8dba73c68921472041e840312860999eb96.zip
ci: bump debian to 11 [0.18]
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 219cc40fc..8e6520ec5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -99,10 +99,10 @@ jobs:
build-debian:
# Oldest supported Debian version
- name: 'Debian 10'
+ name: 'Debian 11'
runs-on: ubuntu-latest
container:
- image: debian:10
+ image: debian:11
env:
DEBIAN_FRONTEND: noninteractive
steps: