Skip to content

Commit 43eb2bf

Browse files
committed
Revert "MacOS ARM: downgrade MACOSX_DEPLOYMENT_TARGET to 14.2"
This reverts commit cad4fb8.
1 parent 941c768 commit 43eb2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
arch='x86_64';
187187
}
188188
else {
189-
target = '14.2'; // Required by opensubdiv
189+
target = '15.0'; // Required by libomp
190190
arch='armv8';
191191
}
192192
core.exportVariable('MACOSX_DEPLOYMENT_TARGET', target);

0 commit comments

Comments
 (0)