aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-07-13 20:17:23 +0000
committertobtoht <tob@featherwallet.org>2025-07-13 20:17:23 +0000
commit4610926dfc6cda8fd6d78cfce3e258060620990b (patch)
treec62c642cd9a9eef11d2e11599eafa8341cd7769c /.github/workflows
parentd95cd26330638c6b9b5e33e795db982c46ae31e6 (diff)
parent7acee8dba73c68921472041e840312860999eb96 (diff)
downloadmonzero-core-4610926dfc6cda8fd6d78cfce3e258060620990b.tar.gz
monzero-core-4610926dfc6cda8fd6d78cfce3e258060620990b.tar.xz
monzero-core-4610926dfc6cda8fd6d78cfce3e258060620990b.zip
Merge pull request #9991
7acee8d ci: bump debian to 11 [0.18] (tobtoht)
Diffstat (limited to '.github/workflows')
-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: