Skip to content

Commit e482d68

Browse files
authored
tmp(ci): disable linux builds
1 parent 7844886 commit e482d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ 'windows-latest', 'macos-latest', 'ubuntu-latest' ]
21+
os: [ 'windows-latest', 'macos-latest' ]
2222
python-version: [ "3.12" ]
2323
poetry-version: [ "1.8.4" ]
2424
variant: [ 'wit', 'whisper' ]

0 commit comments

Comments
 (0)