Skip to content

Commit e2cdea8

Browse files
committed
ci: remove windows and macos builds
1 parent 9b35435 commit e2cdea8

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,7 @@ jobs:
1818
token: ${{ secrets.GITHUB_TOKEN }}
1919

2020
upload-assets:
21-
strategy:
22-
matrix:
23-
os:
24-
- ubuntu-latest
25-
- macos-latest
26-
- windows-latest
27-
runs-on: ${{ matrix.os }}
21+
runs-on: ubuntu-latest
2822
steps:
2923
- uses: actions/checkout@v4
3024
- uses: taiki-e/upload-rust-binary-action@v1

0 commit comments

Comments
 (0)