diff --git a/.gitea/workflows/hello.yaml b/.gitea/workflows/hello.yaml index 37b4d4d..56b6c06 100644 --- a/.gitea/workflows/hello.yaml +++ b/.gitea/workflows/hello.yaml @@ -8,7 +8,7 @@ on: jobs: hello: - runs-on: + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4