Skip to content

Commit a286fa0

Browse files
authored
Merge pull request #175 from open-atmos/slayoo-patch-20
check if buidling with older Xcode works
2 parents 6b027c5 + e7df281 commit a286fa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests+artifacts+pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- if: startsWith(matrix.platform, 'macos-')
4040
run: |
4141
brew reinstall gcc
42+
sudo xcode-select -s "/Applications/Xcode_13.4.1.app"
4243
echo MACOSX_DEPLOYMENT_TARGET=`sw_vers -productVersion` >> $GITHUB_ENV
4344
4445
- if: matrix.platform == 'windows-latest'

0 commit comments

Comments
 (0)