Skip to content

Commit

Permalink
ENH: Use arm64 linux github runners for compiling arm64 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Feb 25, 2025
1 parent d43d38e commit c98a7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/[email protected]

python-build-workflow:
uses: InsightSoftwareConsortium/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@v5.4.2
uses: SimonRit/ITKRemoteModuleBuildTestPackageAction/.github/workflows/build-test-package-python.yml@e21ec7d45764aebfbb11e5bf4fc3732ff96d4652
with:
cmake-options: '-DRTK_BUILD_APPLICATIONS:BOOL=OFF'
python3-minor-versions: ${{ github.event_name == 'pull_request' && '["11"]' || '["9","10","11"]' }}
Expand Down

0 comments on commit c98a7df

Please sign in to comment.