diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index a83e7b15..96f3c663 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -68,7 +68,7 @@ jobs: deploy: name: Deploy Dev/Staging - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' steps: @@ -114,7 +114,7 @@ jobs: release: name: Production release - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch' steps: