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
This commit is contained in:
Leonardo Lima 2025-04-17 17:28:54 -03:00
parent a3488f4ff9
commit e14f66b2f1
No known key found for this signature in database
GPG Key ID: 9FA9A7938187D298

View File

@ -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: