Skip to content

Commit ef9c5e3

Browse files
committed
[build] Drop Macos 13, add 15 (latest)
1 parent 5711a36 commit ef9c5e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:
35-
os: [macos-13, macos-14, ubuntu-22.04, ubuntu-latest, windows-latest]
35+
os: [macos-14, macos-latest, ubuntu-22.04, ubuntu-latest, windows-latest]
3636
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3737

3838
steps:

0 commit comments

Comments
 (0)