From 8f913a1e848844c24011fffdbb92908b662436db Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 22 Aug 2024 08:09:37 +0200 Subject: [PATCH] test on latest, build on debian:bookworm --- .github/workflows/full_check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index 96c329f0..afd715eb 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -137,7 +137,7 @@ jobs: coin: [monero, wownero] runs-on: ubuntu-latest container: - image: debian:bookworm + image: debian:bullseye steps: - name: Install dependencies run: | @@ -778,7 +778,7 @@ jobs: path: release deno_monerots_test_linux: name: test ts library - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [ lib_linux ]