Skip to content

Commit 5ebedb8

Browse files
committed
try macos-15
1 parent a56795f commit 5ebedb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypi-build-artifacts.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: [ ubuntu-22.04, windows-2022, macos-13, macos-14 ]
35+
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
3636

3737
steps:
3838
- uses: actions/checkout@v5

.github/workflows/svn-build-artifacts.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: [ ubuntu-22.04, windows-2022, macos-13, macos-14 ]
35+
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
3636

3737
steps:
3838
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)