diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 2a948c6..150f4dd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -6,7 +6,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: # - name: Install Docker # run: curl -fsSL https://get.docker.com | sh @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-python@v4 with: python-version: '3.10' - cache: 'pip' # caching pip dependencies + cache: 'poetry' - uses: abatilo/actions-poetry@v2 with: