From 651022ab6e06795bc24a5fd228c72cd368802fd0 Mon Sep 17 00:00:00 2001 From: profitroll Date: Thu, 9 Jan 2025 22:33:38 +0100 Subject: [PATCH] SonarCloud doesn't like 22.04 either, trying ubuntu-latest instead --- .gitea/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/analysis.yml b/.gitea/workflows/analysis.yml index 6195b46..cf7d38a 100644 --- a/.gitea/workflows/analysis.yml +++ b/.gitea/workflows/analysis.yml @@ -11,7 +11,7 @@ on: jobs: sonarcloud: name: SonarCloud - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: