Skip to content

Commit 920b5c8

Browse files
authored
Merge pull request #201 from thewtex/patch-1
ENH: Use ubuntu-22.04 for CI builds
2 parents 20f6318 + 591c354 commit 920b5c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
fail-fast: false
4242
matrix:
43-
os: [ubuntu-latest,macos-13,macos-14,windows-2022]
43+
os: [ubuntu-22.04,macos-13,macos-14,windows-2022]
4444
itk_ver: [ 'v5.4.0' ]
4545
vtk_ver: [ '9.3.1' ]
4646
qt_ver: [ '6.8.1' ]

0 commit comments

Comments
 (0)