mirror of https://github.com/apache/cloudstack.git
.github: use ubuntu:22.04 for Sonar jacoco coverage checks
Apologies to commit this to main directly, this is because the pull_request_target requires that Github Actions yaml changes are on the source repo main branch. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
dc40ea130f
commit
9a18ea28dd
|
|
@ -24,8 +24,8 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: Main Build
|
||||
runs-on: ubuntu-latest
|
||||
name: Main Sonar JaCoCo Build
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
name: JaCoCo Coverage
|
||||
runs-on: ubuntu-latest
|
||||
name: Sonar JaCoCo Coverage
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue