Skip to content

Commit 2e746fc

Browse files
authored
chore: update runs-on to fix publish job (#820)
1 parent b6865b7 commit 2e746fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
if: github.event_name != 'pull_request'
4545
needs:
4646
- tests
47-
runs-on: ubuntu-latest
47+
runs-on: mulesoft-ubuntu
4848
steps:
4949
- name: Checkout code
5050
uses: actions/checkout@v2

0 commit comments

Comments
 (0)