Skip to content

Commit 81f3a7d

Browse files
committed
build: use XCode 15.3 for std::hash<std::filesystem::path>
To address: /Applications/Xcode_15.0.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/c++/v1/unordered_map:577:17: error: type 'const std::hash<std::filesystem::path>' does not provide a call operator
1 parent e18ac54 commit 81f3a7d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cxx-python.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ env:
1313

1414
jobs:
1515
cxx-build-workflow:
16-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@0b6e8918614196db3b8dde499cf16f2398c78474
16+
# itk-wasm branch
17+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@6868c9879405def5d7532e0437b57e78cbe0b6ea
1718
with:
1819
itk-module-deps: '[email protected]'
1920
ctest-options: '-E itkPipelineTest'
2021

2122
python-build-workflow:
22-
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@0b6e8918614196db3b8dde499cf16f2398c78474
23+
# itk-wasm branch
24+
uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@6868c9879405def5d7532e0437b57e78cbe0b6ea
2325
with:
2426
itk-module-deps: 'InsightSoftwareConsortium/[email protected]'
2527
secrets:

0 commit comments

Comments
 (0)