Skip to content

Commit

Permalink
Update rust.yml to remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjsteffen authored Jun 23, 2024
1 parent c67d927 commit 0a3d019
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
include:
- os: ubuntu-latest
artifact_name: tts_openai_rust-linux-x86_64.tar.gz
- os: ubuntu-latest
artifact_name: tts_openai_rust-linux-arm64.tar.gz
target: aarch64-unknown-linux-gnu
- os: windows-latest
artifact_name: tts_openai_rust-windows-x86_64.tar.gz
- os: macos-latest
artifact_name: tts_openai_rust-macos-x86_64.tar.gz
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0a3d019

Please sign in to comment.