Browse Source

sonarcloud action will run on ubuntu:22.04

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 2 years ago
parent
commit
b501463237
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/sonarcloud.yml

+ 1 - 1
.github/workflows/sonarcloud.yml

@@ -8,7 +8,7 @@ on:
 jobs:
   build:
     name: Build
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     container: ghcr.io/nextcloud/continuous-integration-client:client-5.15-11
     env:
       SONAR_SERVER_URL: "https://sonarcloud.io"