diff --git a/.github/workflows/cxx-python.yml b/.github/workflows/cxx-python.yml index 62b02800a..3e7d95d53 100644 --- a/.github/workflows/cxx-python.yml +++ b/.github/workflows/cxx-python.yml @@ -13,7 +13,7 @@ env: jobs: cxx-build-workflow: - uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.2 + uses: thewtex/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@disable-intel-mac with: itk-module-deps: 'MeshToPolyData@v0.11.1' ctest-options: '-E itkPipelineTest' diff --git a/.github/workflows/python-wasm.yml b/.github/workflows/python-wasm.yml index 3a9dfeab1..1173579ec 100644 --- a/.github/workflows/python-wasm.yml +++ b/.github/workflows/python-wasm.yml @@ -52,7 +52,7 @@ jobs: run_install: true - uses: nick-fields/retry@v3 - if: ${{ matrix.os == 'ubuntu-22.04' }} + if: ${{ matrix.os == 'ubuntu-24.04' }} with: max_attempts: 5 timeout_minutes: 10