Skip to content

Commit 6f39107

Browse files
authored
Merge pull request #123 from thewtex/main
main
2 parents 5bbc4a0 + 6b074de commit 6f39107

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/build-test-cxx.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ on:
2323
description: 'Git version tag or commit hash for the base ITK build'
2424
required: false
2525
type: string
26-
default: 'v6.0b01'
26+
# release branch 2026-03-10
27+
default: 'c6e1c1be6a86236cbb812bd71eec5a4df9b1353c'
2728
itk-module-deps:
2829
description: 'Colon-delimited list of ITK remote module dependencies to build. Format as module_name@tag:...'
2930
# example: MeshToPolyData@3ad8f08:BSplineGradient@0.3.0
@@ -75,7 +76,7 @@ jobs:
7576
python -m pip install ninja
7677
7778
- name: Get specific version of CMake, Ninja
78-
uses: lukka/get-cmake@v3.29.0
79+
uses: lukka/get-cmake@v4.2.3
7980

8081
- name: 'Specific XCode version = 16.2'
8182
if: matrix.os == 'macos-15-intel' || matrix.os == 'macos-15'

.github/workflows/build-test-package-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ on:
1313
description: 'Github release version tag for the ITKPythonBuilds build archive to use'
1414
required: false
1515
type: string
16-
default: 'v6.0b01.post1'
16+
default: 'v6.0b02'
1717
itk-python-package-tag:
1818
# See https://github.com/InsightSoftwareConsortium/ITKPythonPackage
1919
description: 'Git tag or commit hash for ITKPythonPackage build scripts to use'
2020
required: false
2121
type: string
22-
# v6.0b01
23-
default: 'v6.0b01.post1'
22+
# v6.0b02
23+
default: 'v6.0b02'
2424
itk-python-package-org:
2525
description: 'Github organization name for fetching ITKPythonPackage build scripts'
2626
required: false
@@ -37,7 +37,7 @@ on:
3737
type: string
3838
# Do not build explicit python 3.12 packages. The 3.11 packages support >= 3.11.
3939
# Python 3.12 and 3.13 aim to maintain ABI compatibility with Python 3.11 through the Stable ABI.
40-
default: '["9","10","11"]'
40+
default: '["10","11"]'
4141
manylinux-platforms:
4242
description: 'JSON-formatted array of "<manylinux-image>-<arch>" specializations'
4343
required: false
@@ -265,7 +265,7 @@ jobs:
265265
sudo xcode-select -s "/Applications/Xcode_16.2.app"
266266
267267
- name: Get specific version of CMake, Ninja
268-
uses: lukka/get-cmake@v3.29.0
268+
uses: lukka/get-cmake@v4.2.3
269269

270270
- name: 'Fetch build script'
271271
if: matrix.python3-minor-version != '8'
@@ -345,7 +345,7 @@ jobs:
345345

346346
steps:
347347
- name: Get specific version of CMake, Ninja
348-
uses: lukka/get-cmake@v3.29.0
348+
uses: lukka/get-cmake@v4.2.3
349349

350350
- uses: actions/checkout@v4
351351
with:

0 commit comments

Comments
 (0)