From 4ead2aa92dcfb68feeee2f2f9aebaf7d5b4119d3 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:35:30 +0000 Subject: [PATCH] Update .gitea/workflows/UndeployPR.yaml --- .gitea/workflows/UndeployPR.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/UndeployPR.yaml b/.gitea/workflows/UndeployPR.yaml index 583d66d..fb12f4e 100644 --- a/.gitea/workflows/UndeployPR.yaml +++ b/.gitea/workflows/UndeployPR.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