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 26ea705 commit cfe1e06Copy full SHA for cfe1e06
.github/workflows/cxx-python.yml
@@ -13,11 +13,12 @@ env:
13
14
jobs:
15
cxx-build-workflow:
16
- uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
+ uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@cxx-platforms-9
17
with:
18
itk-module-deps: 'MeshToPolyData@v0.11.1'
19
ctest-options: '-E itkPipelineTest'
20
itk-cmake-options: '-DCMAKE_CXX_STANDARD:BOOL=20'
21
+ github-runners: '["ubuntu-24.04", "macos-15", "windows-2022"]'
22
23
#python-build-workflow:
24
## itk-wasm branch
0 commit comments