From 966647ef0d6c0161b9cd6827a43905cc0498c798 Mon Sep 17 00:00:00 2001 From: Rohit Pai Date: Thu, 19 Oct 2023 13:24:56 +0100 Subject: [PATCH] Update actions to test if gitea actions works --- .github/workflows/ftpDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0