We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55542ba commit 5781876Copy full SHA for 5781876
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
{
19
name: "Windows-amd64",
20
platform: windows/amd64,
21
- os: windows-latest,
+ os: windows-2022,
22
},
23
# { name: "Linux-amd64", platform: linux/amd64, os: ubuntu-latest },
24
# {
@@ -64,10 +64,10 @@ jobs:
64
- name: Download UV
65
shell: bash
66
run: |
67
- echo "Downloading UV v0.7.9..."
+ echo "Downloading UV v0.9.4..."
68
mkdir -p tools
69
70
- curl -LsSf https://github.com/astral-sh/uv/releases/download/0.7.9/uv-x86_64-pc-windows-msvc.zip -o uv.zip
+ curl -LsSf https://github.com/astral-sh/uv/releases/download/0.9.4/uv-x86_64-pc-windows-msvc.zip -o uv.zip
71
unzip uv.zip
72
mv uv.exe tools/
73
rm uv.zip
0 commit comments