File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
1212 strategy :
1313 max-parallel : 3
1414 matrix :
15- os : [ubuntu-20.04, windows-2019, macos-10.15 ]
15+ os : [ubuntu-20.04, windows-2019, macos-11 ]
1616 include :
1717 - os : ubuntu-20.04
1818 cmake-build-type : " MinSizeRel"
1919 - os : windows-2019
2020 cmake-build-type : " Release"
21- - os : macos-10.15
21+ - os : macos-11
2222 cmake-build-type : " MinSizeRel"
2323
2424 steps :
7070 path : dist
7171
7272 build-macos-python-packages :
73- runs-on : macos-10.15
73+ runs-on : macos-11
7474 strategy :
7575 max-parallel : 2
7676
7979
8080 - name : ' Specific XCode version'
8181 run : |
82+ ls "/Applications"
8283 sudo xcode-select -s "/Applications/Xcode_11.7.app"
8384
8485 - name : Get specific version of CMake, Ninja
9293 - name : ' Build 🐍 Python 📦 package'
9394 run : |
9495 export ITK_PACKAGE_VERSION=${{ env.itk-wheel-tag }}
95- export MACOSX_DEPLOYMENT_TARGET=10.9
96+ export MACOSX_DEPLOYMENT_TARGET=10.11
9697 ./macpython-download-cache-and-build-module-wheels.sh
9798
9899 - name : Publish Python package as GitHub Artifact
You can’t perform that action at this time.
0 commit comments