mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 13:05:12 +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: https://github.com/SerenityOS/serenity/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:
|
||||
build:
|
||||
name: Static Analysis
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
PVS_STUDIO_ANALYSIS_ARCH: i686
|
||||
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
||||
|
|
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
name: Static Analysis
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
||||
env:
|
||||
# Latest scanner version is tracked on: https://sonarcloud.io/documentation/analysis/scan/sonarscanner/
|
||||
|
|
Loading…
Add table
Reference in a new issue