Skip to content

Commit e41db0c

Browse files
committed
fix
1 parent ae02fda commit e41db0c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/osx.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ jobs:
6565
- name: Checkout repository
6666
uses: actions/checkout@v4
6767

68+
- name: Select XCode version
69+
run: |
70+
sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer
71+
xcodebuild -version
72+
6873
- name: Configure using cmake
6974
run: |
7075
cmake -G Ninja \

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
defaults:
1010
run:
1111
# micromamba activation
12-
shell: cmd /C call {0}
12+
shell: bash -e -l {0}
1313

1414
jobs:
1515
windows_build_from_conda_forge:

0 commit comments

Comments
 (0)