File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 36
36
- os : windows-2019
37
37
cibw_archs : " AMD64 ARM64"
38
38
artifact_name : " win"
39
- - os : macos-11
39
+ - os : macos-12
40
40
cibw_archs : " x86_64 arm64"
41
41
artifact_name : " mac"
42
42
- os : " ubuntu-20.04"
@@ -58,13 +58,16 @@ jobs:
58
58
platforms : all
59
59
60
60
- name : Build wheels
61
- uses : pypa/cibuildwheel@v2.18 .1
61
+ uses : pypa/cibuildwheel@v2.19 .1
62
62
env :
63
63
CIBW_SKIP : " cp36-* cp37-* cp38-* pp* *i686 *-musllinux_aarch64"
64
64
CIBW_ARCHS : " ${{ matrix.cibw_archs }}"
65
65
CIBW_TEST_COMMAND : " pytest -v --pyargs pykdtree"
66
66
CIBW_TEST_REQUIRES : " pytest"
67
67
CIBW_TEST_SKIP : " *_arm64 *_universal2:arm64"
68
+ # we use openmp (libomp) from homebrew which has a current limit of
69
+ # macos 12 (Monterey): https://formulae.brew.sh/formula/libomp
70
+ CIBW_ENVIRONMENT_MACOS : MACOSX_DEPLOYMENT_TARGET=12
68
71
69
72
- name : Upload wheel(s) as build artifacts
70
73
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments