mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 16:08:23 +08:00
Also force macOS 12 for Coverity
This commit is contained in:
parent
ff864f9b8f
commit
2246026434
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -143,7 +143,7 @@ jobs:
|
|||||||
JOB_TYPE: COVERITY
|
JOB_TYPE: COVERITY
|
||||||
if: github.repository_owner == 'LongSoft' && github.event_name != 'pull_request'
|
if: github.repository_owner == 'LongSoft' && github.event_name != 'pull_request'
|
||||||
name: Analyze Coverity
|
name: Analyze Coverity
|
||||||
runs-on: macos-latest
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- name: CI Bootstrap
|
- name: CI Bootstrap
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user