Skip to content

Commit

Permalink
COMP: Upgrade GitHub remote action to avoid MacOS warnings
Browse files Browse the repository at this point in the history
See report and comment in InsightSoftwareConsortium/ITK#3894
  • Loading branch information
Simon Rit committed Jan 31, 2023
1 parent fb4f64f commit dd49c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-package.yml
Expand Up @@ -4,10 +4,10 @@ on: [push,pull_request]

jobs:
cxx-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@e63df7ae8a13af6e1bf5b0bcffd45252e133faad
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-cxx.yml@03626a23c22246e89e36c7e918a158c440f9b099

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e63df7ae8a13af6e1bf5b0bcffd45252e133faad
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@03626a23c22246e89e36c7e918a158c440f9b099
with:
manylinux-platforms: '["_2_28-x64","2014-x64"]'
secrets:
Expand Down

0 comments on commit dd49c2f

Please sign in to comment.