diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 39ee158..ac2b568 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -28,7 +28,7 @@ jobs: target: x86_64-apple-darwin - name: windows-x86_64 os: windows-latest - target: x86_64-pc-windows-gnullvm + target: x86_64-pc-windows-gnu runs-on: ${{ matrix.platform.os }} steps: - uses: actions/checkout@v4