From 28f45e37eed059e13dc2840a6ebe999d60624b28 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:35:19 +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 afa4f28..78cb9da 100644 --- a/.gitea/workflows/DeployPR.yaml +++ b/.gitea/workflows/DeployPR.yaml @@ -6,7 +6,7 @@ on: jobs: Deploy PR: - runs-on: ubuntu-20.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4