diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6e0c816..501ef7b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: - master jobs: build-and-deploy: - runs-on: ubuntu-latest + runs-on: buildjet-2vcpu-ubuntu-2004 steps: - name: Checkout 🛎️ uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.