From 280a2d6c92b186e5dfc5aca4758418b08eed35b9 Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 5 Oct 2023 01:22:54 +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 a45b62f..583d66d 100644 --- a/.gitea/workflows/UndeployPR.yaml +++ b/.gitea/workflows/UndeployPR.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