Skip to content

Commit 2ac17b8

Browse files
committed
Fix having duplicate macos-latest
1 parent 1e45e81 commit 2ac17b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: false
4141
matrix:
42-
os: [ubuntu-latest, macos-13, macos-14, macos-latest, macos-latest, windows-latest]
42+
os: [ubuntu-latest, macos-13, macos-14, macos-latest, windows-latest]
4343

4444
steps:
4545
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)