Skip to content

Commit 161f83b

Browse files
authored
chore: Upgrade ubuntu CI runner versions (#239)
## Background Ubuntu 20.04 has been deprecated in GitHub. The jobs using ubuntu-20.04 runner no longer runs. In the logs there is error: ``` This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15. For more details, see actions/runner-images#11101 ``` (e.g. https://github.com/streamr-dev/streamr-docker-dev/actions/runs/14733830602/job/41354733466) ## Changes Upgraded versions. Now using `ubuntu` 22 and 24 instead of 20 and 22.
1 parent 61e0dcd commit 161f83b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os:
44-
- ubuntu-20.04
4544
- ubuntu-22.04
45+
- ubuntu-24.04
4646
steps:
4747
- name: Check out the repo
4848
uses: actions/[email protected]

0 commit comments

Comments
 (0)