From 7c01e5b4d94200e9968e0d3217e70ab3882ad505 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Sat, 12 Apr 2025 17:30:42 +0200 Subject: [PATCH] :alembic: try revert to 22.04 --- .github/workflows/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 725fda9..e43921e 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -139,7 +139,7 @@ jobs: deploy: if: github.event_name != 'pull_request' name: 🚀 Deploy v${{ needs.build.outputs.version }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 needs: [build, pack, test, sonarcloud, codecov, codeql] environment: Production permissions: