Skip to content

Commit a4dca20

Browse files
committed
fix: remove macos-13
1 parent 9acc827 commit a4dca20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-and-publish-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
11+
os: [ubuntu-latest, windows-latest, macos-latest]
1212

1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)