Change runner to arc-linux-latest for SonarQube job

This commit is contained in:
Lawrence Stalder
2026-03-13 14:24:04 +01:00
committed by GitHub
parent 32cffed36b
commit 5229df47ab
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
sonarqube:
name: SonarQube
runs-on: ubuntu-latest
runs-on: arc-linux-latest
steps:
- uses: actions/checkout@v6
with: