From 9ce1ee0962960b9367144689474915dffaabb592 Mon Sep 17 00:00:00 2001 From: Carolina Wright Date: Wed, 10 May 2023 10:28:09 -0300 Subject: [PATCH] chore: update runs-on to fix publish job --- .github/workflows/deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index c42ea6db..adf7c6a9 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -44,7 +44,7 @@ jobs: if: github.event_name != 'pull_request' needs: - tests - runs-on: ubuntu-latest + runs-on: mulesoft-ubuntu steps: - name: Checkout code uses: actions/checkout@v2