We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae02fda commit e41db0cCopy full SHA for e41db0c
.github/workflows/osx.yml
@@ -65,6 +65,11 @@ jobs:
65
- name: Checkout repository
66
uses: actions/checkout@v4
67
68
+ - name: Select XCode version
69
+ run: |
70
+ sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer
71
+ xcodebuild -version
72
+
73
- name: Configure using cmake
74
run: |
75
cmake -G Ninja \
.github/workflows/windows.yml
@@ -9,7 +9,7 @@ on:
9
defaults:
10
run:
11
# micromamba activation
12
- shell: cmd /C call {0}
+ shell: bash -e -l {0}
13
14
jobs:
15
windows_build_from_conda_forge:
0 commit comments