Skip to content

Commit 0b15e51

Browse files
committed
fixup! Use new GitHub native aarch64 macOS runners
Don't pass a target triple when building libbacktrace... let's see if it figures out the right thing to do just from -arch
1 parent 42fe8d5 commit 0b15e51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build_wheels.yml

-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
if: matrix.arch == 'arm64'
127127
run: |
128128
echo "MACOSX_DEPLOYMENT_TARGET=11.0" >> $GITHUB_ENV
129-
echo "MEMRAY_LIBBACKTRACE_TARGET=aarch64-apple-darwin" >> $GITHUB_ENV
130129
- name: Build wheels
131130
uses: pypa/cibuildwheel@v2.16.5
132131
env:

0 commit comments

Comments
 (0)