SonarCloud doesn't like 22.04 either, trying ubuntu-latest instead
Some checks failed
Analysis / SonarCloud (push) Has been cancelled

This commit is contained in:
Profitroll 2025-01-09 22:33:38 +01:00
parent f8c6b782a1
commit 651022ab6e
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -11,7 +11,7 @@ on:
jobs:
sonarcloud:
name: SonarCloud
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with: