Skip to content

Commit

Permalink
Remove Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sanders41 committed Mar 1, 2024
1 parent 5622a78 commit 009591c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/publish-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
artifact_name: github-status
asset_name: github-status-generator-macos-aarch64
target: aarch64-apple-darwin
- os: windows-latest
artifact_name: checksum
asset_name: file-checksum-windows-amd64.exe
target: x86_64-pc-windows-gnu
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 009591c

Please sign in to comment.