diff --git a/.gitea/workflows/sync-source.yaml b/.gitea/workflows/sync-source.yaml index 39ca18e..db48be5 100644 --- a/.gitea/workflows/sync-source.yaml +++ b/.gitea/workflows/sync-source.yaml @@ -7,7 +7,7 @@ on: jobs: sync: - runs-on: docker + runs-on: ubuntu-latest steps: - name: Checkout develop branch uses: actions/checkout@v3