Skip to content

Commit

Permalink
ENH: Specify XCode on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
aylward committed Dec 17, 2023
1 parent c69fce0 commit a5f0fcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Get specific version of CMake, Ninja
uses: lukka/[email protected]

- name: 'Specific XCode version'
if: matrix.os == 'macos-12'
run: |
sudo xcode-select -s "/Applications/Xcode_13.2.1.app"
- name: Download ITK
run: |
cd ..
Expand Down

0 comments on commit a5f0fcb

Please sign in to comment.