Skip to content

Commit d8f9890

Browse files
committed
mac 14 and 15 are the same and produce the same artifacts
1 parent d3c51ac commit d8f9890

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
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
38+
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14 ]
3939

4040
steps:
4141
- uses: actions/checkout@v4

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ${{ matrix.os }}
3636
strategy:
3737
matrix:
38-
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14, macos-15 ]
38+
os: [ ubuntu-22.04, windows-2022, macos-13, macos-14 ]
3939

4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)