File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 92
92
# Note: keep as old as possible as due to libomp this will be the oldest supported macOS version.
93
93
- os : macos-14
94
94
cibw_archs : " arm64"
95
+ # Silence warning for only Python 3.8, as per https://github.com/pypa/cibuildwheel/pull/1169
96
+ cibw_skip : " cp38-macosx_*:arm64"
95
97
96
98
steps :
97
99
- uses : actions/checkout@v4
@@ -142,7 +144,7 @@ jobs:
142
144
# libomp determines the minimum macOS version that we can build for
143
145
run : |
144
146
brew fetch --retry coreutils && brew install coreutils
145
- brew fetch --retry libomp && brew install libomp
147
+ brew fetch --retry libomp && brew reinstall libomp
146
148
echo MACOSX_DEPLOYMENT_TARGET=$(otool -l $(brew --prefix libomp)/lib/libomp.dylib | grep minos | awk '{print $2}') >> $GITHUB_ENV
147
149
148
150
- uses : pypa/cibuildwheel@v2.18
You can’t perform that action at this time.
0 commit comments