File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -326,7 +326,7 @@ jobs:
326326 .\venv\Scripts\pytest .\tests\test_unit_tests.py -v
327327
328328 build-macos-wheel :
329- name : Build macOS wheel (Universal)
329+ name : Build macOS wheel
330330 uses : ./.github/workflows/build-wheel.yml
331331 needs : [tests-unix, read-version]
332332 with :
@@ -340,12 +340,10 @@ jobs:
340340 strategy :
341341 matrix :
342342 include :
343- - target : universal2
344- runs-on : macos-latest
345- - target : aarch64
346- runs-on : macos-latest
347343 - target : x86_64
348344 runs-on : macos-13
345+ - target : aarch64
346+ runs-on : macos-latest
349347
350348 if : |
351349 github.event_name != 'pull_request' ||
@@ -361,8 +359,6 @@ jobs:
361359 strategy :
362360 matrix :
363361 include :
364- - target : universal2
365- runs-on : macos-latest
366362 - target : aarch64
367363 runs-on : macos-latest
368364 - target : x86_64
You can’t perform that action at this time.
0 commit comments