Skip to content

Commit 4c5f0ef

Browse files
author
Andy Zhang
committed
Benchmark switched to new macOS
1 parent 69b2e2b commit 4c5f0ef

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
#
2525
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2626
matrix:
27-
os: [ubuntu-latest, macos-14]
27+
os: [ubuntu-latest, macos-15]
2828
build_type: [Release]
2929
c_compiler: [clang]
3030
include:
3131
- os: ubuntu-latest
3232
c_compiler: clang
3333
cpp_compiler: clang++
3434
cmake_extra_options: '-GNinja'
35-
- os: macos-14
35+
- os: macos-15
3636
c_compiler: clang
3737
cpp_compiler: clang++
3838
cmake_extra_options: '-GNinja'
@@ -62,7 +62,7 @@ jobs:
6262
uses: actions/setup-python@v5
6363
with:
6464
cache: 'pip'
65-
python-version: '3.12'
65+
python-version: '3.13'
6666

6767
- name: Install dependencies
6868
run: pip install .

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- "**.cpp"
1010
- "**.hpp"
1111
- "**.py"
12+
- "**.yml"
1213

1314
pull_request:
1415
branches: ["main"]

0 commit comments

Comments
 (0)