Skip to content

Commit 7592b2d

Browse files
committed
fix: Platform detection
1 parent 160e54e commit 7592b2d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)