From eb3af06745e9ddfd492ae6705709c576c9df173d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Ma=C5=A1a?= Date: Sat, 24 May 2025 20:19:04 +0200 Subject: [PATCH] Update Ubuntu version used in Github actions --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4e39bfcd..46604c49 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -88,7 +88,7 @@ jobs: - unit-tests-jvm - firestore-tests - ktlint - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: image: fmasa/lebeda:7.4-ci steps: