Skip to content

Commit 4ff48a0

Browse files
authored
fix: move wheel builds to macos-13 (#1459)
1 parent 6a48fac commit 4ff48a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ${{ matrix.os }}
166166
strategy:
167167
matrix:
168-
os: [ubuntu-latest, windows-2019, macos-12, macos-latest]
168+
os: [ubuntu-latest, windows-2019, macos-13, macos-latest]
169169

170170
steps:
171171
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)