Skip to content

Commit ffdabca

Browse files
jhlegarretahjmjohnson
authored andcommitted
ENH: Switch Github Actions macOS environment
Switch Github Actions macOS environment version to `macos-11`. `macOS-10.15` is being deprecated and support 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 7c19597 commit ffdabca

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
max-parallel: 3
1313
matrix:
14-
os: [ubuntu-20.04, windows-2019, macos-10.15]
14+
os: [ubuntu-20.04, windows-2019, macos-11]
1515
include:
1616
- os: ubuntu-20.04
1717
c-compiler: "gcc"
@@ -21,7 +21,7 @@ jobs:
2121
c-compiler: "cl.exe"
2222
cxx-compiler: "cl.exe"
2323
cmake-build-type: "Release"
24-
- os: macos-10.15
24+
- os: macos-11
2525
c-compiler: "clang"
2626
cxx-compiler: "clang++"
2727
cmake-build-type: "MinSizeRel"
@@ -130,7 +130,7 @@ jobs:
130130
strategy:
131131
max-parallel: 3
132132
matrix:
133-
os: [ubuntu-20.04, windows-2019, macos-10.15]
133+
os: [ubuntu-20.04, windows-2019, macos-11]
134134
include:
135135
- os: ubuntu-20.04
136136
c-compiler: "gcc"
@@ -140,7 +140,7 @@ jobs:
140140
c-compiler: "cl.exe"
141141
cxx-compiler: "cl.exe"
142142
cmake-build-type: "Release"
143-
- os: macos-10.15
143+
- os: macos-11
144144
c-compiler: "clang"
145145
cxx-compiler: "clang++"
146146
cmake-build-type: "MinSizeRel"
@@ -229,7 +229,7 @@ jobs:
229229
strategy:
230230
max-parallel: 3
231231
matrix:
232-
os: [ubuntu-20.04, windows-2019, macos-10.15]
232+
os: [ubuntu-20.04, windows-2019, macos-11]
233233

234234
steps:
235235
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)