Taskana / taskana

Lightweight library for general purpose task management
https://taskana.pro
Apache License 2.0
92 stars 100 forks source link

update github ci scripts to run on latest ubuntu #2439

Closed arolfes closed 8 months ago

arolfes commented 10 months ago

Currently we running our ci scripts on ubuntu 20:4

Example from .github/workflows/continuous-integration.yml

  release_artifacts:
    runs-on: ubuntu-20.04

this release is end-of-life 2024-04-01 -> see Ubuntu Releases

try to run all jobs with ubuntu-22.04