From e14f66b2f1b70a84bef4b1ec7949fea01e28dcba Mon Sep 17 00:00:00 2001 From: Leonardo Lima Date: Thu, 17 Apr 2025 17:28:54 -0300 Subject: [PATCH] ci: use `ubuntu-latest` instead of `ubuntu-20.04` - update the used ubuntu action runner, as `ubuntu-20.04` has been officially deprecated, see: https://github.com/actions/runner-images/issues/11101 --- .github/workflows/cont_integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index dc332ee..312fc00 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -5,7 +5,7 @@ name: CI jobs: test: name: Test - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest env: TEST_ELECTRUM_SERVER: electrum.blockstream.info:50001 strategy: