Skip to content

Commit 2c34dae

Browse files
committed
ci(cxx): disable macos-13 build
Workaround bugs in C++17 support. Temporary workaround until #1354 is finalized.
1 parent e80168c commit 2c34dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cxx-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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@disable-intel-mac
1717
with:
1818
itk-module-deps: 'MeshToPolyData@v0.11.1'
1919
ctest-options: '-E itkPipelineTest'

0 commit comments

Comments
 (0)