We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 349a000 + 8d0996b commit edc1452Copy full SHA for edc1452
.github/workflows/main.yml
@@ -188,7 +188,7 @@ jobs:
188
os: ubuntu-24.04
189
cibw_build: "*_x86_64"
190
- platform: linux-aarch64
191
- os: ubuntu-24.04
+ os: ubuntu-24.04-arm
192
cibw_build: "*_aarch64"
193
- platform: macos
194
os: macos-14
@@ -208,10 +208,6 @@ jobs:
208
name: version
209
path: .
210
211
- - name: Set up QEMU
212
- if: matrix.os == 'ubuntu-24.04'
213
- uses: docker/setup-qemu-action@v3
214
-
215
- name: Set up XCode
216
if: matrix.os == 'macos-14'
217
uses: maxim-lobanov/setup-xcode@v1
0 commit comments