We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e80168c + 022d86e commit a6167edCopy full SHA for a6167ed
.github/workflows/cxx-python.yml
@@ -13,7 +13,7 @@ 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@disable-intel-mac
17
with:
18
itk-module-deps: '[email protected]'
19
ctest-options: '-E itkPipelineTest'
.github/workflows/python-wasm.yml
@@ -52,7 +52,7 @@ jobs:
52
run_install: true
53
54
- uses: nick-fields/retry@v3
55
- if: ${{ matrix.os == 'ubuntu-22.04' }}
+ if: ${{ matrix.os == 'ubuntu-24.04' }}
56
57
max_attempts: 5
58
timeout_minutes: 10
0 commit comments