Skip to content

Commit 03e90be

Browse files
committed
fix: Platform detection
1 parent 7592b2d commit 03e90be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,15 +331,17 @@ jobs:
331331
needs: [tests-unix, read-version]
332332
with:
333333
python-version: "3.10"
334-
runs-on: macos-latest
335334
artifact-name: wheels-macos-${{ matrix.target }}
336335
architecture: ${{ matrix.target }}
336+
runs-on: ${{ matrix.runs-on }}
337337
c2pa-version: ${{ needs.read-version.outputs.c2pa-native-version }}
338338
secrets:
339339
github-token: ${{ secrets.GITHUB_TOKEN }}
340340
strategy:
341341
matrix:
342342
include:
343+
- target: universal2
344+
runs-on: macos-latest
343345
- target: x86_64
344346
runs-on: macos-13
345347
- target: aarch64

0 commit comments

Comments
 (0)