Skip to content

Commit

Permalink
Force macOS 12 to support LTO in new format
Browse files Browse the repository at this point in the history
Currently macos-latest is macOS 11 on GitHub
  • Loading branch information
vit9696 committed Aug 27, 2022
1 parent f626316 commit ff864f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
build_mac:
name: Build on macOS
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- run: ./unixbuild.sh
Expand Down

0 comments on commit ff864f9

Please sign in to comment.