Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zackradisic committed Jul 18, 2024
1 parent 29877d6 commit ae54ad4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
package_json_arch: "arm64"
CMAKE_BUILD_TYPE: Debug
- runner: macos-13-large
lto_flag: -flto=-full -fwhole-program-vtables -fforce-emit-vtables
lto_flag: -flto=full -fwhole-program-vtables -fforce-emit-vtables
cpu: haswell
label: bun-webkit-macos-amd64-lto
brew_prefix: /usr/local/opt
Expand All @@ -46,7 +46,7 @@ jobs:
package_json_arch: "x64"
CMAKE_BUILD_TYPE: Release
- runner: macos-13-xlarge
lto_flag: -flto=-full -fwhole-program-vtables -fforce-emit-vtables
lto_flag: -flto=full -fwhole-program-vtables -fforce-emit-vtables
cpu: native
label: bun-webkit-macos-arm64-lto
brew_prefix: /opt/homebrew/opt
Expand Down

0 comments on commit ae54ad4

Please sign in to comment.