Force macOS 12 to support LTO in new format

Currently macos-latest is macOS 11 on GitHub
This commit is contained in:
vit9696 2022-08-27 19:25:26 +03:00
parent f626316b1e
commit ff864f9b8f

View File

@ -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