mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +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
|
||||
if: github.repository_owner == 'LongSoft' && github.event_name != 'pull_request'
|
||||
name: Analyze Coverity
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-12
|
||||
steps:
|
||||
- name: CI Bootstrap
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user