We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7340e0 commit fc1002fCopy full SHA for fc1002f
.github/workflows/periodic_tests.yml
@@ -46,7 +46,7 @@ jobs:
46
extra_args: --all-files
47
48
run-notebook-examples:
49
- runs-on: macos-latest
+ runs-on: macos-14
50
51
steps:
52
- name: Checkout
.github/workflows/pr_examples.yml
@@ -19,7 +19,7 @@ concurrency:
19
20
jobs:
21
22
23
24
25
- uses: ./.github/actions/cpu_all_extras
with:
additional_extras: "dev,binder"
-
+
- name: Install esig on macOS
run: brew install boost && pip install "esig>=0.9.7,<1.0.0"
0 commit comments