Update .gitea/workflows/build.yaml
Some checks failed
Build / build (push) Failing after 3s
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-08-13 03:26:54 +02:00
parent 6a018d00b5
commit 6efcbf6736

View File

@ -6,7 +6,7 @@ on:
# - cron: '0 21 * * 0'
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Install dependencies
uses: actions/setup-python@v2