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:
parent
a3488f4ff9
commit
e14f66b2f1
2
.github/workflows/cont_integration.yml
vendored
2
.github/workflows/cont_integration.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user