From 6e522118cde2f584c82882d527b89d508b35f819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=B3vis=20Neto?= Date: Wed, 9 Oct 2024 13:18:16 +0200 Subject: [PATCH] feat(unbutu-version): pin unbutu version --- .github/workflows/deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 96f3c663..329542d7 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -17,7 +17,7 @@ env: jobs: pr: name: Pull Request - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: ${{ github.event_name == 'pull_request' }} steps: - uses: actions/checkout@v3 @@ -68,7 +68,7 @@ jobs: deploy: name: Deploy Dev/Staging - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.event_name != 'pull_request' && github.event_name != 'workflow_dispatch' steps: @@ -114,7 +114,7 @@ jobs: release: name: Production release - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 if: github.ref == 'refs/heads/main' && github.event_name == 'workflow_dispatch' steps: