Skip to content

Commit b2c419a

Browse files
committed
Fix macos versions inconsistency
1 parent f6b6669 commit b2c419a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ubuntu-20.04, macos-14, macos-15, windows-latest]
15+
os: [ubuntu-20.04, macos-latest, windows-latest]
1616

1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)