Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pyushkevich authored Nov 22, 2024
1 parent d1624f4 commit 920efc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04,macos-13,macos-14,windows-2022]
itk_ver: [ 'master/18d683ec792bfa7b7a950f781cf9836a5ef64a4d' ]
itk_ver: [ '27f1b1f6fde59f19a33771e6d953048553380169' ]
vtk_ver: [ '9.3.1' ]
qt_ver: [ '6.6.3' ]
include:
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'InsightSoftwareConsortium/ITK.git'
ref: v${{ matrix.itk_ver }}
ref: ${{ matrix.itk_ver }}
submodules: true
path: 'itk'

Expand Down

0 comments on commit 920efc6

Please sign in to comment.