We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe86368 commit d3081c4Copy full SHA for d3081c4
.github/workflows/release.yml
@@ -27,8 +27,8 @@ jobs:
27
- { target: arm-unknown-linux-gnueabihf, os: ubuntu-22.04, use-cross: true }
28
- { target: riscv64gc-unknown-linux-gnu, os: ubuntu-22.04, use-cross: true }
29
- { target: x86_64-apple-darwin, os: macos-13 }
30
- - { target: x86_64-pc-windows-gnu, os: windows-2019 }
31
- - { target: x86_64-pc-windows-msvc, os: windows-2019 }
+ - { target: x86_64-pc-windows-gnu, os: windows-2022 }
+ - { target: x86_64-pc-windows-msvc, os: windows-2022 }
32
- { target: x86_64-unknown-linux-gnu, os: ubuntu-22.04 }
33
- { target: x86_64-unknown-linux-musl, os: ubuntu-22.04, use-cross: true }
34
0 commit comments