From 9d33b6e8be022d1043045d5059ac9d8d90413153 Mon Sep 17 00:00:00 2001 From: "Max P." Date: Mon, 28 Apr 2025 10:35:13 +0200 Subject: [PATCH] Update workflow to use Ubuntu 22.04 for build and publish job --- .github/workflows/build-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 76a7d93..f8b176a 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -10,7 +10,7 @@ on: jobs: build-and-publish: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: ⚙️ Prepare Environment Variables