From e8fd47582069457ba3b592d53f4ca00c81c144af Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:22:40 +0000 Subject: [PATCH] Update .gitea/workflows/DeployPR.yaml --- .gitea/workflows/DeployPR.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/DeployPR.yaml b/.gitea/workflows/DeployPR.yaml index 201ce6b..afa4f28 100644 --- a/.gitea/workflows/DeployPR.yaml +++ b/.gitea/workflows/DeployPR.yaml @@ -6,7 +6,7 @@ on: jobs: Deploy PR: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4