Skip to content

Commit

Permalink
ENH: Bump ITK cxx CI git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed Aug 20, 2021
1 parent 9ed1961 commit 172bd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ jobs:
- os: ubuntu-18.04
c-compiler: "gcc"
cxx-compiler: "g++"
itk-git-tag: "v5.2.0"
itk-git-tag: "9955419fcecb2507eb2c274610e534a2fe0aed4f"
cmake-build-type: "MinSizeRel"
- os: windows-2019
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
itk-git-tag: "v5.2.0"
itk-git-tag: "9955419fcecb2507eb2c274610e534a2fe0aed4f"
cmake-build-type: "Release"
- os: macos-10.15
c-compiler: "clang"
cxx-compiler: "clang++"
itk-git-tag: "v5.2.0"
itk-git-tag: "9955419fcecb2507eb2c274610e534a2fe0aed4f"
cmake-build-type: "MinSizeRel"

steps:
Expand Down

0 comments on commit 172bd04

Please sign in to comment.