We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdae98 commit 017d6fdCopy full SHA for 017d6fd
.github/workflows/build-test-publish.yml
@@ -256,22 +256,6 @@ jobs:
256
max-parallel: 3
257
matrix:
258
os: [ubuntu-18.04, windows-2019, macos-10.15]
259
- include:
260
- - os: ubuntu-18.04
261
- c-compiler: "gcc"
262
- cxx-compiler: "g++"
263
- itk-git-tag: "v5.2rc03"
264
- cmake-build-type: "MinSizeRel"
265
- - os: windows-2019
266
- c-compiler: "cl.exe"
267
- cxx-compiler: "cl.exe"
268
269
- cmake-build-type: "Release"
270
- - os: macos-10.15
271
- c-compiler: "clang"
272
- cxx-compiler: "clang++"
273
274
275
276
steps:
277
- uses: actions/checkout@v1
0 commit comments