diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index efefedc..1af0eb6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -9,7 +9,8 @@ on: jobs: lint-and-test: name: Lint, Test & Build - + runs-on: ubuntu-latest + steps: - name: Checkout repository uses: actions/checkout@v4 @@ -45,6 +46,7 @@ jobs: security-audit: name: Security Audit + runs-on: ubuntu-latest steps: - name: Checkout repository