diff --git a/.github/workflows/ftpDeploy.yml b/.github/workflows/ftpDeploy.yml index c1342ac..b072849 100644 --- a/.github/workflows/ftpDeploy.yml +++ b/.github/workflows/ftpDeploy.yml @@ -3,7 +3,7 @@ name: 🚀 Deploy website on push jobs: web-deploy: name: 🎉 Deploy - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: 🚚 Get latest code uses: actions/checkout@v2