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 43b11a6 commit aa6361fCopy full SHA for aa6361f
.github/workflows/build-test-package.yml
@@ -21,17 +21,17 @@ jobs:
21
- os: ubuntu-24.04
22
c-compiler: "gcc"
23
cxx-compiler: "g++"
24
- itk-git-tag: "v6.0a02"
+ itk-git-tag: "v5.4.2"
25
cmake-build-type: "MinSizeRel"
26
- os: windows-2022
27
c-compiler: "cl.exe"
28
cxx-compiler: "cl.exe"
29
30
cmake-build-type: "Release"
31
- os: macos-10.15
32
c-compiler: "clang"
33
cxx-compiler: "clang++"
34
35
36
37
steps:
0 commit comments