Skip to content

Commit 2bbbd7e

Browse files
committed
fix
1 parent e41db0c commit 2bbbd7e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: cmake --build . --target run_tests_with_junit_report
5757

5858
osx_build_fetch_from_source:
59-
runs-on: macos-latest
59+
runs-on: macos-15
6060
strategy:
6161
matrix:
6262
build_type: [Release, Debug]

.github/workflows/windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88

99
defaults:
1010
run:
11-
# micromamba activation
1211
shell: bash -e -l {0}
1312

1413
jobs:
@@ -27,8 +26,8 @@ jobs:
2726
with:
2827
environment-file: ./environment-dev.yml
2928
environment-name: build_env
29+
init-shell: bash
3030
cache-environment: true
31-
init-shell: cmd.exe
3231

3332
- name: Configure using cmake
3433
run: |

0 commit comments

Comments
 (0)