This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 5151 if : matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
5252 run : rustup set default-host x86_64-pc-windows-gnu
5353
54+ - name : Use x86_64 compiler on macOS
55+ if : matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
56+ run : rustup set default-host x86_64-apple-darwin
57+
5458 - name : Select XCode version
5559 if : matrix.os == 'macos-latest'
5660 run : sudo xcode-select -s /Applications/Xcode_14.3.1.app
Original file line number Diff line number Diff line change 9898 if : matrix.os == 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
9999 run : rustup set default-host x86_64-pc-windows-gnu
100100
101+ - name : Use x86_64 compiler on macOS
102+ if : matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
103+ run : rustup set default-host x86_64-apple-darwin
104+
101105 - name : Install toolchain and emulator
102106 if : matrix.apt_deps != null
103107 run : |
@@ -234,6 +238,10 @@ jobs:
234238 if : matrix.os == 'windows-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
235239 run : rustup set default-host x86_64-pc-windows-gnu
236240
241+ - name : Use x86_64 compiler on macOS
242+ if : matrix.os == 'macos-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-apple-darwin'
243+ run : rustup set default-host x86_64-apple-darwin
244+
237245 - name : Install MinGW toolchain
238246 if : matrix.os == 'ubuntu-latest' && matrix.env.TARGET_TRIPLE == 'x86_64-pc-windows-gnu'
239247 run : |
You can’t perform that action at this time.
0 commit comments