Skip to content

Commit fc1002f

Browse files
committed
switched to fixed version of macos
1 parent e7340e0 commit fc1002f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/periodic_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
extra_args: --all-files
4747

4848
run-notebook-examples:
49-
runs-on: macos-latest
49+
runs-on: macos-14
5050

5151
steps:
5252
- name: Checkout

.github/workflows/pr_examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
run-notebook-examples:
22-
runs-on: macos-latest
22+
runs-on: macos-14
2323

2424
steps:
2525
- name: Checkout
@@ -46,7 +46,7 @@ jobs:
4646
- uses: ./.github/actions/cpu_all_extras
4747
with:
4848
additional_extras: "dev,binder"
49-
49+
5050
- name: Install esig on macOS
5151
run: brew install boost && pip install "esig>=0.9.7,<1.0.0"
5252

0 commit comments

Comments
 (0)