Skip to content

Commit 4cb90d9

Browse files
committed
COMP: Update ITKRemoteModuleBuildTestPackageAction to v5.4.6
Fix macos-13 runner deprecation - v5.4.0 through v5.4.4 reference macos-13 which has been removed from GitHub Actions. v5.4.6 uses macos-15-intel and includes GHCR-mirrored dockcross image pre-pull.
1 parent e937e9b commit 4cb90d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push,pull_request]
44

55
jobs:
66
cxx-build-workflow:
7-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.0
7+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@v5.4.6
88

99
python-build-workflow:
10-
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.0
10+
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.6
1111
secrets:
1212
pypi_password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)