mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:57:34 +00:00
Meta: Use Ubuntu 22.04 images for static analysis
Fixes 2f1029e
while `ubuntu-latest` is not `ubuntu-22.04`.
This commit is contained in:
parent
0c74f30819
commit
860c4763c3
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Static Analysis
|
name: Static Analysis
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
PVS_STUDIO_ANALYSIS_ARCH: i686
|
PVS_STUDIO_ANALYSIS_ARCH: i686
|
||||||
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
||||||
|
|
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Static Analysis
|
name: Static Analysis
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
||||||
env:
|
env:
|
||||||
# Latest scanner version is tracked on: https://sonarcloud.io/documentation/analysis/scan/sonarscanner/
|
# Latest scanner version is tracked on: https://sonarcloud.io/documentation/analysis/scan/sonarscanner/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue