diff --git a/.gitea/workflows/update.yml b/.gitea/workflows/update.yml index e40c139..31b53d5 100644 --- a/.gitea/workflows/update.yml +++ b/.gitea/workflows/update.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: ubuntu-standard + runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v2