Skip to content

Commit a88dee7

Browse files
committed
ENH: Use specific XCode version for GHA macOS 13 build
Use specific XCode version for GHA macOS 13 build. Left behind in commit 540f185. Fixes: ``` ld: warning: ignoring duplicate libraries: '-lm' ``` raised for example at: https://github.com/InsightSoftwareConsortium/ITKSphinxExamples/actions/runs/11685104025/job/32537789529#step:11:7623
1 parent 58b5352 commit a88dee7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
- name: Get specific version of CMake, Ninja
4545
uses: lukka/get-cmake@v3.24.2
4646

47+
- name: Specific XCode version
48+
if: matrix.os == 'macos-13'
49+
run: |
50+
sudo xcode-select -s "/Applications/Xcode_14.3.1.app"
51+
4752
- name: Download ITK
4853
run: |
4954
cd ..

0 commit comments

Comments
 (0)