Skip to content

Commit 161ad90

Browse files
authored
Merge pull request #61 from InsightSoftwareConsortium/update-macos
ENH: Bump macos version in CI
2 parents 4f94d54 + 430301b commit 161ad90

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build-test-package.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
@@ -70,7 +70,7 @@ jobs:
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

@@ -79,6 +79,7 @@ jobs:
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
@@ -92,7 +93,7 @@ jobs:
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

0 commit comments

Comments
 (0)