Skip to content

Commit f358ca7

Browse files
authored
MAINT: Trivial CI bump (#252)
1 parent 4906d9a commit f358ca7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
needs: style
2020
strategy:
2121
matrix:
22-
os: [ubuntu-22.04, windows-2022, macos-14]
22+
os: [ubuntu-22.04, windows-2022, macos-15]
2323
name: Build wheels (${{ matrix.os }})
2424
runs-on: ${{ matrix.os }}
2525
steps:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
needs: style
2121
strategy:
2222
matrix:
23-
os: [ubuntu-22.04, windows-2022, macos-14]
23+
os: [ubuntu-22.04, windows-2022, macos-15]
2424
name: Run tests (${{ matrix.os }})
2525
runs-on: ${{ matrix.os }}
2626
steps:

0 commit comments

Comments
 (0)