Skip to content

Commit 5781876

Browse files
committed
chore: use new version of uv
1 parent 55542ba commit 5781876

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
{
1919
name: "Windows-amd64",
2020
platform: windows/amd64,
21-
os: windows-latest,
21+
os: windows-2022,
2222
},
2323
# { name: "Linux-amd64", platform: linux/amd64, os: ubuntu-latest },
2424
# {
@@ -64,10 +64,10 @@ jobs:
6464
- name: Download UV
6565
shell: bash
6666
run: |
67-
echo "Downloading UV v0.7.9..."
67+
echo "Downloading UV v0.9.4..."
6868
mkdir -p tools
6969
70-
curl -LsSf https://github.com/astral-sh/uv/releases/download/0.7.9/uv-x86_64-pc-windows-msvc.zip -o uv.zip
70+
curl -LsSf https://github.com/astral-sh/uv/releases/download/0.9.4/uv-x86_64-pc-windows-msvc.zip -o uv.zip
7171
unzip uv.zip
7272
mv uv.exe tools/
7373
rm uv.zip

0 commit comments

Comments
 (0)