diff --git a/.gitea/workflows/DeployPR.yaml b/.gitea/workflows/DeployPR.yaml index 78cb9da..2a53b2f 100644 --- a/.gitea/workflows/DeployPR.yaml +++ b/.gitea/workflows/DeployPR.yaml @@ -6,7 +6,8 @@ on: jobs: Deploy PR: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest + container: catthehacker/ubuntu:act-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4