Skip to content

Commit cfe1e06

Browse files
committed
WIP: ci(cxx): drop macos-13 runner
Has C++17 std::filesystem std::unordered_map bug that prevents builds.
1 parent 26ea705 commit cfe1e06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/cxx-python.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ env:
1313

1414
jobs:
1515
cxx-build-workflow:
16-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2
16+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@cxx-platforms-9
1717
with:
1818
itk-module-deps: '[email protected]'
1919
ctest-options: '-E itkPipelineTest'
2020
itk-cmake-options: '-DCMAKE_CXX_STANDARD:BOOL=20'
21+
github-runners: '["ubuntu-24.04", "macos-15", "windows-2022"]'
2122

2223
#python-build-workflow:
2324
## itk-wasm branch

0 commit comments

Comments
 (0)