Skip to content

Commit

Permalink
bug: reproduce the bug related to the latest ld
Browse files Browse the repository at this point in the history
  • Loading branch information
arttet committed Dec 19, 2023
1 parent bbacad9 commit f6acc30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-compiler-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
# https://github.com/actions/runner-images/tree/main/images/macos
# https://developer.apple.com/support/xcode/

- rust-targets: arm64e-apple-ios,aarch64-apple-ios,arm64e-apple-darwin,aarch64-apple-darwin
- rust-targets: arm64e-apple-darwin
os: macos-13
xcode-version: 15.0.1
rust-config: configure
rust-verbose-level: 0
rust-use-lld: true
rust-use-lld: false
macosx_deployment_target: 11.0
iphoneos_deployment_target: 14.0

Expand Down

0 comments on commit f6acc30

Please sign in to comment.