Remove macos x86-64 portable builds (macos-13 runner deprecated by GitHub)

This commit is contained in:
oobabooga 2025-11-19 06:07:15 -08:00
parent 0d4eff284c
commit b0baf7518b

View file

@ -57,7 +57,7 @@ jobs:
id: set-matrix id: set-matrix
run: | run: |
$matrix = @{ $matrix = @{
'os' = @('ubuntu-22.04', 'windows-2022', 'macos-13', 'macos-14') 'os' = @('ubuntu-22.04', 'windows-2022', 'macos-14')
'pyver' = @("3.11") 'pyver' = @("3.11")
'avx' = @("AVX2") 'avx' = @("AVX2")
} }