mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-05 23:02:26 +01:00
Remove macos x86-64 portable builds (macos-13 runner deprecated by GitHub)
This commit is contained in:
parent
0d4eff284c
commit
b0baf7518b
2
.github/workflows/build-portable-release.yml
vendored
2
.github/workflows/build-portable-release.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
id: set-matrix
|
||||
run: |
|
||||
$matrix = @{
|
||||
'os' = @('ubuntu-22.04', 'windows-2022', 'macos-13', 'macos-14')
|
||||
'os' = @('ubuntu-22.04', 'windows-2022', 'macos-14')
|
||||
'pyver' = @("3.11")
|
||||
'avx' = @("AVX2")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue