From 63ce0b8d5e6394e93c4fb76a21998df9f6bca93b Mon Sep 17 00:00:00 2001 From: Jan-Marlon Leibl Date: Tue, 27 May 2025 12:47:09 +0200 Subject: [PATCH] ci: update CI config to use ubuntu-latest runner --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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