We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a96ab2 commit 6b3e553Copy full SHA for 6b3e553
.github/workflows/cli-release.yaml
@@ -177,16 +177,19 @@ jobs:
177
178
build-macos-x86_64-binary:
179
name: "Build MacOS x86_64 binary"
180
- runs-on: macos-15-intel
+ runs-on: macos-14
181
env:
182
- CFLAGS: "-mno-adx"
+ CARGO_BUILD_TARGET: x86_64-apple-darwin
183
steps:
184
- uses: actions/checkout@v4
185
with:
186
ref: ${{ github.event.inputs.source_git_ref_override }}
187
188
- uses: dsherret/rust-toolchain-file@v1
189
190
+ - name: Install target
191
+ run: rustup target add x86_64-apple-darwin
192
+
193
- name: Install build tools
194
shell: bash
195
run: scripts/cli/minimal_cli_build.sh
0 commit comments