sonarcloud action will run on ubuntu:22.04
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 7 Jun 2023 15:41:37 +0000 (17:41 +0200)
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>
Thu, 8 Jun 2023 06:55:32 +0000 (08:55 +0200)
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
.github/workflows/sonarcloud.yml

index 88378c1f5074c2ef96f4a1917a2c8181344bf933..b179cddf4e559be321b08089fe71bcdff27cfc51 100644 (file)
@@ -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"