Skip to content

Commit b1a7cde

Browse files
authored
Update build-wheels-metal.yaml
1 parent 2e412af commit b1a7cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-metal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: set-matrix
2121
run: |
2222
$matrix = @{
23-
'os' = @('macos-12', 'macos-13', 'macos-14')
23+
'os' = @('macos-12', 'macos-13')
2424
'pyver' = @('3.9', '3.10', '3.11', '3.12')
2525
}
2626

0 commit comments

Comments
 (0)