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: