Skip to content

Commit f54bf5a

Browse files
author
Simon Rit
committed
COMP: Install specific XCode version for Python packages
1 parent 2ffafe0 commit f54bf5a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ jobs:
177177
steps:
178178
- uses: actions/checkout@v2
179179

180+
- name: 'Specific XCode version'
181+
run: |
182+
sudo xcode-select -s "/Applications/Xcode_11.7.app"
183+
180184
- name: Get specific of CMake, Ninja
181185
uses: lukka/get-cmake@v3.18.3
182186

0 commit comments

Comments
 (0)