diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 162bb4c..9c493ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,9 +31,10 @@ jobs: os: ubuntu-latest - target: x86_64-apple-darwin os: macos-latest - # Universal macOS binary is supported as universal-apple-darwin. - target: universal-apple-darwin os: macos-latest + - target: x86_64-pc-windows-msvc + os: windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4