Skip to content

Commit ea1f17b

Browse files
committed
ENH: Switch Github Actions macOS environment
Switch Github Actions macOS environment version to `macos-11`. `macOS-10.15` is being deprecated and supported will end by 8/30/2022: actions/runner-images#5583 Related to recent warnings in the Azure Pipelines macOS environment being used in the main ITK repository: InsightSoftwareConsortium/ITK@e5595de
1 parent 2714c39 commit ea1f17b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
c-compiler: "gcc"
@@ -22,7 +22,7 @@ jobs:
2222
c-compiler: "cl.exe"
2323
cxx-compiler: "cl.exe"
2424
cmake-build-type: "Release"
25-
- os: macos-10.15
25+
- os: macos-11
2626
c-compiler: "clang"
2727
cxx-compiler: "clang++"
2828
cmake-build-type: "MinSizeRel"
@@ -186,7 +186,7 @@ jobs:
186186
path: Evaluated/ITKModuleTemplate/dist
187187

188188
build-macos-python-packages:
189-
runs-on: macos-10.15
189+
runs-on: macos-11
190190
strategy:
191191
max-parallel: 2
192192

{{cookiecutter.project_name}}/.github/workflows/build-test-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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
c-compiler: "gcc"
@@ -22,7 +22,7 @@ jobs:
2222
c-compiler: "cl.exe"
2323
cxx-compiler: "cl.exe"
2424
cmake-build-type: "Release"
25-
- os: macos-10.15
25+
- os: macos-11
2626
c-compiler: "clang"
2727
cxx-compiler: "clang++"
2828
cmake-build-type: "MinSizeRel"
@@ -166,7 +166,7 @@ jobs:
166166
path: dist
167167

168168
build-macos-python-packages:
169-
runs-on: macos-10.15
169+
runs-on: macos-11
170170
strategy:
171171
max-parallel: 2
172172

0 commit comments

Comments
 (0)