Update main.yml

Switch back to ubuntu-latest runner for static analyzers
This commit is contained in:
Nikolaj Schlej 2023-04-23 10:26:47 -07:00 committed by GitHub
parent 29b339436c
commit dce666c262
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -306,7 +306,7 @@ jobs:
JOB_TYPE: COVERITY
if: github.repository_owner == 'LongSoft' && github.event_name != 'pull_request'
name: Coverity Static Analysis
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Qt
@ -332,7 +332,7 @@ jobs:
build_analyze_linux_pvs_studio_and_codeql:
if: github.repository_owner == 'LongSoft' && github.event_name != 'pull_request'
name: PVS-Studio and CodeQL Static Analysis
runs-on: ubuntu-latest-16-cores
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Qt