Skip to content

Commit

Permalink
add windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
saraswatpuneet committed Jul 9, 2024
1 parent ab783d6 commit a040f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
jobs:
release-macos-artifacts:
name: Build ${{ matrix.target }}
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64-apple-darwin, aarch64-apple-darwin, 'x86_64-unknown-linux-gnu']
target: [x86_64-apple-darwin, aarch64-apple-darwin, 'x86_64-unknown-linux-gnu', 'x86_64-pc-windows-msvc']

steps:
- name: Extract asset version
Expand Down

0 comments on commit a040f95

Please sign in to comment.