mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 05:39:11 +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
Notes:
sideshowbarker
2024-07-17 10:39:39 +09:00
Author: https://github.com/EWouters
Commit: 860c4763c3
Pull-request: https://github.com/SerenityOS/serenity/pull/14097
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