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 e41db0c commit 2bbbd7eCopy full SHA for 2bbbd7e
.github/workflows/osx.yml
@@ -56,7 +56,7 @@ jobs:
56
run: cmake --build . --target run_tests_with_junit_report
57
58
osx_build_fetch_from_source:
59
- runs-on: macos-latest
+ runs-on: macos-15
60
strategy:
61
matrix:
62
build_type: [Release, Debug]
.github/workflows/windows.yml
@@ -8,7 +8,6 @@ on:
8
9
defaults:
10
run:
11
- # micromamba activation
12
shell: bash -e -l {0}
13
14
jobs:
@@ -27,8 +26,8 @@ jobs:
27
26
with:
28
environment-file: ./environment-dev.yml
29
environment-name: build_env
+ init-shell: bash
30
cache-environment: true
31
- init-shell: cmd.exe
32
33
- name: Configure using cmake
34
run: |
0 commit comments