mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Force macOS 12 to support LTO in new format
Currently macos-latest is macOS 11 on GitHub
This commit is contained in:
parent
f626316b1e
commit
ff864f9b8f
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -10,7 +10,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build_mac:
|
build_mac:
|
||||||
name: Build on macOS
|
name: Build on macOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-12
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- run: ./unixbuild.sh
|
- run: ./unixbuild.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user