From 7ab7b53c563325f2083a6e266b48341d34a452f7 Mon Sep 17 00:00:00 2001 From: Nikita Karpuk Date: Sat, 1 Feb 2025 10:08:47 +0100 Subject: [PATCH] All: GitHub Actions ubuntu-24.04 --- .github/workflows/cicd-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd-build.yml b/.github/workflows/cicd-build.yml index 5e995a8..a96dacf 100644 --- a/.github/workflows/cicd-build.yml +++ b/.github/workflows/cicd-build.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 permissions: contents: read packages: write