From: Matthieu Gallien Date: Wed, 7 Jun 2023 15:41:37 +0000 (+0200) Subject: sonarcloud action will run on ubuntu:22.04 X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~10^2~13^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b501463237ae285452ced4a162f4b187e6700e95;p=nextcloud-desktop.git sonarcloud action will run on ubuntu:22.04 Signed-off-by: Matthieu Gallien --- diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 88378c1f5..b179cddf4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.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"